Interface ServerLevelKJS

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

@RemapPrefixForJS("kjs$") public interface ServerLevelKJS extends LevelKJS, WithPersistentData
  • Method Details

    • kjs$self

      default net.minecraft.server.level.ServerLevel kjs$self()
      Specified by:
      kjs$self in interface EntityGetterKJS
      Specified by:
      kjs$self in interface LevelKJS
    • kjs$spawnParticles

      default void kjs$spawnParticles(net.minecraft.core.particles.ParticleOptions options, boolean overrideLimiter, double x, double y, double z, double vx, double vy, double vz, int count, double speed)
      Specified by:
      kjs$spawnParticles in interface LevelKJS