Interface ClientLevelKJS

All Superinterfaces:
EntityCollectionKJS, EntityGetterKJS, LevelKJS, MessageSenderKJS, ScriptTypeHolder, WithAttachedData<net.minecraft.world.level.Level>
All Known Implementing Classes:
ClientLevelMixin

@RemapPrefixForJS("kjs$") public interface ClientLevelKJS extends LevelKJS
  • Method Details

    • kjs$self

      default net.minecraft.client.multiplayer.ClientLevel kjs$self()
      Specified by:
      kjs$self in interface EntityGetterKJS
      Specified by:
      kjs$self in interface LevelKJS
    • kubeParticle

      default KubeAnimatedParticle kubeParticle(double x, double y, double z, net.minecraft.client.particle.SpriteSet spriteSet)