Class World

java.lang.Object
net.minecraft.world.World
All Implemented Interfaces:
BlockView
Direct Known Subclasses:
ClientWorld, ServerWorld

public class World extends Object implements BlockView
Mappings:
Namespace Name
intermediary net/minecraft/class_18
glue class_129
server dj
client fd
named net/minecraft/world/World
  • Field Details

    • lightingQueueCount

      static int lightingQueueCount
      Mappings:
      Namespace Name Mixin selector
      intermediary field_179 Lnet/minecraft/class_18;field_179:I
      glue field_412 Lclass_129;field_412:I
      server A Ldj;A:I
      client A Lfd;A:I
      named lightingQueueCount Lnet/minecraft/world/World;lightingQueueCount:I
    • instantBlockUpdateEnabled

      public boolean instantBlockUpdateEnabled
      Mappings:
      Namespace Name Mixin selector
      intermediary field_197 Lnet/minecraft/class_18;field_197:Z
      glue field_430 Lclass_129;field_430:Z
      server a Ldj;a:Z
      client a Lfd;a:Z
      named instantBlockUpdateEnabled Lnet/minecraft/world/World;instantBlockUpdateEnabled:Z
    • lightingQueue

      private List lightingQueue
      Mappings:
      Namespace Name Mixin selector
      intermediary field_181 Lnet/minecraft/class_18;field_181:Ljava/util/List;
      glue field_414 Lclass_129;field_414:Ljava/util/List;
      server C Ldj;C:Ljava/util/List;
      client C Lfd;C:Ljava/util/List;
      named lightingQueue Lnet/minecraft/world/World;lightingQueue:Ljava/util/List;
    • entities

      public List entities
      Mappings:
      Namespace Name Mixin selector
      intermediary field_198 Lnet/minecraft/class_18;field_198:Ljava/util/List;
      glue field_431 Lclass_129;field_431:Ljava/util/List;
      server b Ldj;b:Ljava/util/List;
      client b Lfd;b:Ljava/util/List;
      named entities Lnet/minecraft/world/World;entities:Ljava/util/List;
    • entitiesToUnload

      private List entitiesToUnload
      Mappings:
      Namespace Name Mixin selector
      intermediary field_182 Lnet/minecraft/class_18;field_182:Ljava/util/List;
      glue field_415 Lclass_129;field_415:Ljava/util/List;
      server D Ldj;D:Ljava/util/List;
      client D Lfd;D:Ljava/util/List;
      named entitiesToUnload Lnet/minecraft/world/World;entitiesToUnload:Ljava/util/List;
    • scheduledUpdates

      private TreeSet scheduledUpdates
      Mappings:
      Namespace Name Mixin selector
      intermediary field_183 Lnet/minecraft/class_18;field_183:Ljava/util/TreeSet;
      glue field_416 Lclass_129;field_416:Ljava/util/TreeSet;
      server E Ldj;E:Ljava/util/TreeSet;
      client E Lfd;E:Ljava/util/TreeSet;
      named scheduledUpdates Lnet/minecraft/world/World;scheduledUpdates:Ljava/util/TreeSet;
    • scheduledUpdateSet

      private Set scheduledUpdateSet
      Mappings:
      Namespace Name Mixin selector
      intermediary field_184 Lnet/minecraft/class_18;field_184:Ljava/util/Set;
      glue field_417 Lclass_129;field_417:Ljava/util/Set;
      server F Ldj;F:Ljava/util/Set;
      client F Lfd;F:Ljava/util/Set;
      named scheduledUpdateSet Lnet/minecraft/world/World;scheduledUpdateSet:Ljava/util/Set;
    • blockEntities

      public List blockEntities
      Mappings:
      Namespace Name Mixin selector
      intermediary field_199 Lnet/minecraft/class_18;field_199:Ljava/util/List;
      glue field_432 Lclass_129;field_432:Ljava/util/List;
      server c Ldj;c:Ljava/util/List;
      client c Lfd;c:Ljava/util/List;
      named blockEntities Lnet/minecraft/world/World;blockEntities:Ljava/util/List;
    • blockEntityUpdateQueue

      private List blockEntityUpdateQueue
      Mappings:
      Namespace Name Mixin selector
      intermediary field_185 Lnet/minecraft/class_18;field_185:Ljava/util/List;
      glue field_418 Lclass_129;field_418:Ljava/util/List;
      server G Ldj;G:Ljava/util/List;
      client G Lfd;G:Ljava/util/List;
      named blockEntityUpdateQueue Lnet/minecraft/world/World;blockEntityUpdateQueue:Ljava/util/List;
    • players

      public List players
      Mappings:
      Namespace Name Mixin selector
      intermediary field_200 Lnet/minecraft/class_18;field_200:Ljava/util/List;
      glue field_433 Lclass_129;field_433:Ljava/util/List;
      server d Ldj;d:Ljava/util/List;
      client d Lfd;d:Ljava/util/List;
      named players Lnet/minecraft/world/World;players:Ljava/util/List;
    • globalEntities

      public List globalEntities
      Mappings:
      Namespace Name Mixin selector
      intermediary field_201 Lnet/minecraft/class_18;field_201:Ljava/util/List;
      glue field_434 Lclass_129;field_434:Ljava/util/List;
      server e Ldj;e:Ljava/util/List;
      client e Lfd;e:Ljava/util/List;
      named globalEntities Lnet/minecraft/world/World;globalEntities:Ljava/util/List;
    • worldTimeMask

      private long worldTimeMask
      Mappings:
      Namespace Name Mixin selector
      intermediary field_186 Lnet/minecraft/class_18;field_186:J
      glue field_419 Lclass_129;field_419:J
      server H Ldj;H:J
      client H Lfd;H:J
      named worldTimeMask Lnet/minecraft/world/World;worldTimeMask:J
    • ambientDarkness

      public int ambientDarkness
      Mappings:
      Namespace Name Mixin selector
      intermediary field_202 Lnet/minecraft/class_18;field_202:I
      glue field_435 Lclass_129;field_435:I
      server f Ldj;f:I
      client f Lfd;f:I
      named ambientDarkness Lnet/minecraft/world/World;ambientDarkness:I
    • lcgBlockSeed

      protected int lcgBlockSeed
      Mappings:
      Namespace Name Mixin selector
      intermediary field_203 Lnet/minecraft/class_18;field_203:I
      glue field_436 Lclass_129;field_436:I
      server g Ldj;g:I
      client g Lfd;g:I
      named lcgBlockSeed Lnet/minecraft/world/World;lcgBlockSeed:I
    • lcgBlockSeedIncrement

      protected final int lcgBlockSeedIncrement
      See Also:
      Mappings:
      Namespace Name Mixin selector
      intermediary field_204 Lnet/minecraft/class_18;field_204:I
      glue field_437 Lclass_129;field_437:I
      server h Ldj;h:I
      client h Lfd;h:I
      named lcgBlockSeedIncrement Lnet/minecraft/world/World;lcgBlockSeedIncrement:I
    • rainGradientPrev

      protected float rainGradientPrev
      Mappings:
      Namespace Name Mixin selector
      intermediary field_205 Lnet/minecraft/class_18;field_205:F
      glue field_438 Lclass_129;field_438:F
      server i Ldj;i:F
      client i Lfd;i:F
      named rainGradientPrev Lnet/minecraft/world/World;rainGradientPrev:F
    • rainGradient

      protected float rainGradient
      Mappings:
      Namespace Name Mixin selector
      intermediary field_206 Lnet/minecraft/class_18;field_206:F
      glue field_439 Lclass_129;field_439:F
      server j Ldj;j:F
      client j Lfd;j:F
      named rainGradient Lnet/minecraft/world/World;rainGradient:F
    • thunderGradientPrev

      protected float thunderGradientPrev
      Mappings:
      Namespace Name Mixin selector
      intermediary field_207 Lnet/minecraft/class_18;field_207:F
      glue field_440 Lclass_129;field_440:F
      server k Ldj;k:F
      client k Lfd;k:F
      named thunderGradientPrev Lnet/minecraft/world/World;thunderGradientPrev:F
    • thunderGradient

      protected float thunderGradient
      Mappings:
      Namespace Name Mixin selector
      intermediary field_208 Lnet/minecraft/class_18;field_208:F
      glue field_441 Lclass_129;field_441:F
      server l Ldj;l:F
      client l Lfd;l:F
      named thunderGradient Lnet/minecraft/world/World;thunderGradient:F
    • ticksSinceLightning

      protected int ticksSinceLightning
      Mappings:
      Namespace Name Mixin selector
      intermediary field_209 Lnet/minecraft/class_18;field_209:I
      glue field_442 Lclass_129;field_442:I
      server m Ldj;m:I
      client m Lfd;m:I
      named ticksSinceLightning Lnet/minecraft/world/World;ticksSinceLightning:I
    • lightningTicksLeft

      public int lightningTicksLeft
      Mappings:
      Namespace Name Mixin selector
      intermediary field_210 Lnet/minecraft/class_18;field_210:I
      glue field_443 Lclass_129;field_443:I
      server n Ldj;n:I
      client n Lfd;n:I
      named lightningTicksLeft Lnet/minecraft/world/World;lightningTicksLeft:I
    • pauseTicking

      public boolean pauseTicking
      Mappings:
      Namespace Name Mixin selector
      intermediary field_211 Lnet/minecraft/class_18;field_211:Z
      glue field_444 Lclass_129;field_444:Z
      server o Ldj;o:Z
      client o Lfd;o:Z
      named pauseTicking Lnet/minecraft/world/World;pauseTicking:Z
    • timeLoaded

      private long timeLoaded
      Mappings:
      Namespace Name Mixin selector
      intermediary field_187 Lnet/minecraft/class_18;field_187:J
      glue field_420 Lclass_129;field_420:J
      server I Ldj;I:J
      client I Lfd;I:J
      named timeLoaded Lnet/minecraft/world/World;timeLoaded:J
    • saveInterval

      protected int saveInterval
      Mappings:
      Namespace Name Mixin selector
      intermediary field_212 Lnet/minecraft/class_18;field_212:I
      glue field_445 Lclass_129;field_445:I
      server p Ldj;p:I
      client p Lfd;p:I
      named saveInterval Lnet/minecraft/world/World;saveInterval:I
    • difficulty

      public int difficulty
      Mappings:
      Namespace Name Mixin selector
      intermediary field_213 Lnet/minecraft/class_18;field_213:I
      glue field_446 Lclass_129;field_446:I
      server q Ldj;q:I
      client q Lfd;q:I
      named difficulty Lnet/minecraft/world/World;difficulty:I
    • random

      public Random random
      Mappings:
      Namespace Name Mixin selector
      intermediary field_214 Lnet/minecraft/class_18;field_214:Ljava/util/Random;
      glue field_447 Lclass_129;field_447:Ljava/util/Random;
      server r Ldj;r:Ljava/util/Random;
      client r Lfd;r:Ljava/util/Random;
      named random Lnet/minecraft/world/World;random:Ljava/util/Random;
    • newWorld

      public boolean newWorld
      Mappings:
      Namespace Name Mixin selector
      intermediary field_215 Lnet/minecraft/class_18;field_215:Z
      glue field_448 Lclass_129;field_448:Z
      server s Ldj;s:Z
      client s Lfd;s:Z
      named newWorld Lnet/minecraft/world/World;newWorld:Z
    • dimension

      public final Dimension dimension
      Mappings:
      Namespace Name Mixin selector
      intermediary field_216 Lnet/minecraft/class_18;field_216:Lnet/minecraft/class_50;
      glue field_449 Lclass_129;field_449:Lclass_570;
      server t Ldj;t:Los;
      client t Lfd;t:Lxa;
      named dimension Lnet/minecraft/world/World;dimension:Lnet/minecraft/world/dimension/Dimension;
    • eventListeners

      protected List eventListeners
      Mappings:
      Namespace Name Mixin selector
      intermediary field_217 Lnet/minecraft/class_18;field_217:Ljava/util/List;
      glue field_450 Lclass_129;field_450:Ljava/util/List;
      server u Ldj;u:Ljava/util/List;
      client u Lfd;u:Ljava/util/List;
      named eventListeners Lnet/minecraft/world/World;eventListeners:Ljava/util/List;
    • chunkSource

      protected ChunkSource chunkSource
      Mappings:
      Namespace Name Mixin selector
      intermediary field_218 Lnet/minecraft/class_18;field_218:Lnet/minecraft/class_51;
      glue field_451 Lclass_129;field_451:Lclass_60;
      server v Ldj;v:Lbl;
      client v Lfd;v:Lcl;
      named chunkSource Lnet/minecraft/world/World;chunkSource:Lnet/minecraft/world/chunk/ChunkSource;
    • storage

      protected final WorldStorage storage
      Mappings:
      Namespace Name Mixin selector
      intermediary field_219 Lnet/minecraft/class_18;field_219:Lnet/minecraft/class_52;
      glue field_452 Lclass_129;field_452:Lclass_561;
      server w Ldj;w:Lom;
      client w Lfd;w:Lwt;
      named storage Lnet/minecraft/world/World;storage:Lnet/minecraft/world/storage/WorldStorage;
    • properties

      protected WorldProperties properties
      Mappings:
      Namespace Name Mixin selector
      intermediary field_220 Lnet/minecraft/class_18;field_220:Lnet/minecraft/class_7;
      glue field_453 Lclass_129;field_453:Lclass_104;
      server x Ldj;x:Lct;
      client x Lfd;x:Lei;
      named properties Lnet/minecraft/world/World;properties:Lnet/minecraft/world/WorldProperties;
    • eventProcessingEnabled

      public boolean eventProcessingEnabled
      Mappings:
      Namespace Name Mixin selector
      intermediary field_221 Lnet/minecraft/class_18;field_221:Z
      glue field_454 Lclass_129;field_454:Z
      server y Ldj;y:Z
      client y Lfd;y:Z
      named eventProcessingEnabled Lnet/minecraft/world/World;eventProcessingEnabled:Z
    • allPlayersSleeping

      private boolean allPlayersSleeping
      Mappings:
      Namespace Name Mixin selector
      intermediary field_188 Lnet/minecraft/class_18;field_188:Z
      glue field_421 Lclass_129;field_421:Z
      server J Ldj;J:Z
      client J Lfd;J:Z
      named allPlayersSleeping Lnet/minecraft/world/World;allPlayersSleeping:Z
    • persistentStateManager

      public SavedDataStorage persistentStateManager
      Mappings:
      Namespace Name Mixin selector
      intermediary field_222 Lnet/minecraft/class_18;field_222:Lnet/minecraft/class_53;
      glue field_455 Lclass_129;field_455:Lclass_179;
      server z Ldj;z:Les;
      client z Lfd;z:Lhc;
      named persistentStateManager Lnet/minecraft/world/World;persistentStateManager:Lnet/minecraft/world/storage/SavedDataStorage;
    • tempCollisionBoxes

      private ArrayList tempCollisionBoxes
      Mappings:
      Namespace Name Mixin selector
      intermediary field_189 Lnet/minecraft/class_18;field_189:Ljava/util/ArrayList;
      glue field_422 Lclass_129;field_422:Ljava/util/ArrayList;
      server K Ldj;K:Ljava/util/ArrayList;
      client K Lfd;K:Ljava/util/ArrayList;
      named tempCollisionBoxes Lnet/minecraft/world/World;tempCollisionBoxes:Ljava/util/ArrayList;
    • processingDeferred

      private boolean processingDeferred
      Mappings:
      Namespace Name Mixin selector
      intermediary field_190 Lnet/minecraft/class_18;field_190:Z
      glue field_423 Lclass_129;field_423:Z
      server L Ldj;L:Z
      client L Lfd;L:Z
      named processingDeferred Lnet/minecraft/world/World;processingDeferred:Z
    • lightingUpdateCount

      private int lightingUpdateCount
      Mappings:
      Namespace Name Mixin selector
      intermediary field_191 Lnet/minecraft/class_18;field_191:I
      glue field_424 Lclass_129;field_424:I
      server M Ldj;M:I
      client M Lfd;M:I
      named lightingUpdateCount Lnet/minecraft/world/World;lightingUpdateCount:I
    • allowMonsterSpawning

      private boolean allowMonsterSpawning
      Mappings:
      Namespace Name Mixin selector
      intermediary field_192 Lnet/minecraft/class_18;field_192:Z
      glue field_425 Lclass_129;field_425:Z
      server N Ldj;N:Z
      client N Lfd;N:Z
      named allowMonsterSpawning Lnet/minecraft/world/World;allowMonsterSpawning:Z
    • allowMobSpawning

      private boolean allowMobSpawning
      Mappings:
      Namespace Name Mixin selector
      intermediary field_193 Lnet/minecraft/class_18;field_193:Z
      glue field_426 Lclass_129;field_426:Z
      server O Ldj;O:Z
      client O Lfd;O:Z
      named allowMobSpawning Lnet/minecraft/world/World;allowMobSpawning:Z
    • activeChunks

      private Set activeChunks
      Mappings:
      Namespace Name Mixin selector
      intermediary field_194 Lnet/minecraft/class_18;field_194:Ljava/util/Set;
      glue field_427 Lclass_129;field_427:Ljava/util/Set;
      server P Ldj;P:Ljava/util/Set;
      client P Lfd;P:Ljava/util/Set;
      named activeChunks Lnet/minecraft/world/World;activeChunks:Ljava/util/Set;
    • ambientSoundCounter

      private int ambientSoundCounter
      Mappings:
      Namespace Name Mixin selector
      intermediary field_195 Lnet/minecraft/class_18;field_195:I
      glue field_428 Lclass_129;field_428:I
      server Q Ldj;Q:I
      client Q Lfd;Q:I
      named ambientSoundCounter Lnet/minecraft/world/World;ambientSoundCounter:I
    • tempEntityList

      private List tempEntityList
      Mappings:
      Namespace Name Mixin selector
      intermediary field_196 Lnet/minecraft/class_18;field_196:Ljava/util/List;
      glue field_429 Lclass_129;field_429:Ljava/util/List;
      server R Ldj;R:Ljava/util/List;
      client R Lfd;R:Ljava/util/List;
      named tempEntityList Lnet/minecraft/world/World;tempEntityList:Ljava/util/List;
    • isRemote

      public boolean isRemote
      Mappings:
      Namespace Name Mixin selector
      intermediary field_180 Lnet/minecraft/class_18;field_180:Z
      glue field_413 Lclass_129;field_413:Z
      server B Ldj;B:Z
      client B Lfd;B:Z
      named isRemote Lnet/minecraft/world/World;isRemote:Z
  • Constructor Details

    • World

      @Environment(CLIENT) public World(WorldStorage storage, String name, Dimension dimension, long seed)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_52;Ljava/lang/String;Lnet/minecraft/class_50;J)V
      glue <init> Lclass_129;<init>(Lclass_561;Ljava/lang/String;Lclass_570;J)V
      server <init> Ldj;<init>(Lom;Ljava/lang/String;Los;J)V
      client <init> Lfd;<init>(Lwt;Ljava/lang/String;Lxa;J)V
      named <init> Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/storage/WorldStorage;Ljava/lang/String;Lnet/minecraft/world/dimension/Dimension;J)V
    • World

      @Environment(CLIENT) public World(World world, Dimension dimension)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_18;Lnet/minecraft/class_50;)V
      glue <init> Lclass_129;<init>(Lclass_129;Lclass_570;)V
      server <init> Ldj;<init>(Ldj;Los;)V
      client <init> Lfd;<init>(Lfd;Lxa;)V
      named <init> Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/World;Lnet/minecraft/world/dimension/Dimension;)V
    • World

      @Environment(CLIENT) public World(WorldStorage storage, String name, long seed)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_52;Ljava/lang/String;J)V
      glue <init> Lclass_129;<init>(Lclass_561;Ljava/lang/String;J)V
      server <init> Ldj;<init>(Lom;Ljava/lang/String;J)V
      client <init> Lfd;<init>(Lwt;Ljava/lang/String;J)V
      named <init> Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/storage/WorldStorage;Ljava/lang/String;J)V
    • World

      public World(WorldStorage storage, String name, long seed, Dimension dimension)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_52;Ljava/lang/String;JLnet/minecraft/class_50;)V
      glue <init> Lclass_129;<init>(Lclass_561;Ljava/lang/String;JLclass_570;)V
      server <init> Ldj;<init>(Lom;Ljava/lang/String;JLos;)V
      client <init> Lfd;<init>(Lwt;Ljava/lang/String;JLxa;)V
      named <init> Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/storage/WorldStorage;Ljava/lang/String;JLnet/minecraft/world/dimension/Dimension;)V
  • Method Details

    • method_1781

      public BiomeSource method_1781()
      Description copied from interface: BlockView
      getBiomeSource
      Specified by:
      method_1781 in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1781 Lnet/minecraft/class_18;method_1781()Lnet/minecraft/class_519;
      glue method_465 Lclass_129;method_465()Lclass_592;
      server a Ldj;a()Lph;
      client a Lfd;a()Lxv;
      named method_1781 Lnet/minecraft/world/World;method_1781()Lnet/minecraft/world/biome/source/BiomeSource;
    • createChunkCache

      protected ChunkSource createChunkCache()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_197 Lnet/minecraft/class_18;method_197()Lnet/minecraft/class_51;
      glue method_514 Lclass_129;method_514()Lclass_60;
      server b Ldj;b()Lbl;
      client b Lfd;b()Lcl;
      named createChunkCache Lnet/minecraft/world/World;createChunkCache()Lnet/minecraft/world/chunk/ChunkSource;
    • initializeSpawnPoint

      protected void initializeSpawnPoint()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_212 Lnet/minecraft/class_18;method_212()V
      glue method_529 Lclass_129;method_529()V
      server c Ldj;c()V
      client c Lfd;c()V
      named initializeSpawnPoint Lnet/minecraft/world/World;initializeSpawnPoint()V
    • updateSpawnPosition

      @Environment(CLIENT) public void updateSpawnPosition()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_283 Lnet/minecraft/class_18;method_283()V
      glue method_960 Lclass_129;method_960()V
      server method_283 Ldj;method_283()V
      client d Lfd;d()V
      named updateSpawnPosition Lnet/minecraft/world/World;updateSpawnPosition()V
    • getSpawnBlockId

      public int getSpawnBlockId(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_152 Lnet/minecraft/class_18;method_152(II)I
      glue method_469 Lclass_129;method_469(II)I
      server a Ldj;a(II)I
      client a Lfd;a(II)I
      named getSpawnBlockId Lnet/minecraft/world/World;getSpawnBlockId(II)I
    • saveWorldData

      @Environment(CLIENT) public void saveWorldData()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_285 Lnet/minecraft/class_18;method_285()V
      glue method_962 Lclass_129;method_962()V
      server method_285 Ldj;method_285()V
      client e Lfd;e()V
      named saveWorldData Lnet/minecraft/world/World;saveWorldData()V
    • addPlayer

      @Environment(CLIENT) public void addPlayer(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_277 Lnet/minecraft/class_18;method_277(Lnet/minecraft/class_54;)V
      glue method_954 Lclass_129;method_954(Lclass_172;)V
      server method_277 Ldj;method_277(Lem;)V
      client a Lfd;a(Lgs;)V
      named addPlayer Lnet/minecraft/world/World;addPlayer(Lnet/minecraft/entity/player/PlayerEntity;)V
    • saveWithLoadingDisplay

      public void saveWithLoadingDisplay(boolean saveEntities, LoadingDisplay loadingDisplay)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_195 Lnet/minecraft/class_18;method_195(ZLnet/minecraft/class_62;)V
      glue method_512 Lclass_129;method_512(ZLclass_595;)V
      server a Ldj;a(ZLpj;)V
      client a Lfd;a(ZLyb;)V
      named saveWithLoadingDisplay Lnet/minecraft/world/World;saveWithLoadingDisplay(ZLnet/minecraft/client/gui/screen/LoadingDisplay;)V
    • save

      private void save()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_271 Lnet/minecraft/class_18;method_271()V
      glue method_590 Lclass_129;method_590()V
      server w Ldj;w()V
      client D Lfd;D()V
      named save Lnet/minecraft/world/World;save()V
    • attemptSaving

      @Environment(CLIENT) public boolean attemptSaving(int int2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_274 Lnet/minecraft/class_18;method_274(I)Z
      glue method_951 Lclass_129;method_951(I)Z
      server method_274 Ldj;method_274(I)Z
      client a Lfd;a(I)Z
      named attemptSaving Lnet/minecraft/world/World;attemptSaving(I)Z
    • getBlockId

      public int getBlockId(int x, int y, int z)
      Specified by:
      getBlockId in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1776 Lnet/minecraft/class_14;method_1776(III)I
      glue method_449 Lclass_584;method_449(III)I
      server a Lpb;a(III)I
      client a Lxp;a(III)I
      named getBlockId Lnet/minecraft/world/BlockView;getBlockId(III)I
    • isAir

      public boolean isAir(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_234 Lnet/minecraft/class_18;method_234(III)Z
      glue method_551 Lclass_129;method_551(III)Z
      server f Ldj;f(III)Z
      client d Lfd;d(III)Z
      named isAir Lnet/minecraft/world/World;isAir(III)Z
    • isPosLoaded

      public boolean isPosLoaded(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_239 Lnet/minecraft/class_18;method_239(III)Z
      glue method_556 Lclass_129;method_556(III)Z
      server g Ldj;g(III)Z
      client i Lfd;i(III)Z
      named isPosLoaded Lnet/minecraft/world/World;isPosLoaded(III)Z
    • isRegionLoaded

      public boolean isRegionLoaded(int x, int y, int z, int range)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_153 Lnet/minecraft/class_18;method_153(IIII)Z
      glue method_470 Lclass_129;method_470(IIII)Z
      server a Ldj;a(IIII)Z
      client b Lfd;b(IIII)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(IIII)Z
    • isRegionLoaded

      public boolean isRegionLoaded(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_155 Lnet/minecraft/class_18;method_155(IIIIII)Z
      glue method_472 Lclass_129;method_472(IIIIII)Z
      server a Ldj;a(IIIIII)Z
      client a Lfd;a(IIIIII)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(IIIIII)Z
    • hasChunk

      private boolean hasChunk(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_238 Lnet/minecraft/class_18;method_238(II)Z
      glue method_555 Lclass_129;method_555(II)Z
      server g Ldj;g(II)Z
      client f Lfd;f(II)Z
      named hasChunk Lnet/minecraft/world/World;hasChunk(II)Z
    • getChunkFromPos

      public Chunk getChunkFromPos(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_199 Lnet/minecraft/class_18;method_199(II)Lnet/minecraft/class_43;
      glue method_516 Lclass_129;method_516(II)Lclass_279;
      server b Ldj;b(II)Lhi;
      client b Lfd;b(II)Llm;
      named getChunkFromPos Lnet/minecraft/world/World;getChunkFromPos(II)Lnet/minecraft/world/chunk/Chunk;
    • getChunk

      public Chunk getChunk(int chunkX, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_214 Lnet/minecraft/class_18;method_214(II)Lnet/minecraft/class_43;
      glue method_531 Lclass_129;method_531(II)Lclass_279;
      server c Ldj;c(II)Lhi;
      client c Lfd;c(II)Llm;
      named getChunk Lnet/minecraft/world/World;getChunk(II)Lnet/minecraft/world/chunk/Chunk;
    • setBlockWithoutNotifyingNeighbors

      public boolean setBlockWithoutNotifyingNeighbors(int x, int y, int z, int blockId, int meta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_154 Lnet/minecraft/class_18;method_154(IIIII)Z
      glue method_471 Lclass_129;method_471(IIIII)Z
      server a Ldj;a(IIIII)Z
      client a Lfd;a(IIIII)Z
      named setBlockWithoutNotifyingNeighbors Lnet/minecraft/world/World;setBlockWithoutNotifyingNeighbors(IIIII)Z
    • setBlockWithoutNotifyingNeighbors

      public boolean setBlockWithoutNotifyingNeighbors(int x, int y, int z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_200 Lnet/minecraft/class_18;method_200(IIII)Z
      glue method_517 Lclass_129;method_517(IIII)Z
      server b Ldj;b(IIII)Z
      client c Lfd;c(IIII)Z
      named setBlockWithoutNotifyingNeighbors Lnet/minecraft/world/World;setBlockWithoutNotifyingNeighbors(IIII)Z
    • getMaterial

      public Material getMaterial(int x, int y, int z)
      Specified by:
      getMaterial in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1779 Lnet/minecraft/class_14;method_1779(III)Lnet/minecraft/class_15;
      glue method_452 Lclass_584;method_452(III)Lclass_280;
      server d Lpb;d(III)Lhj;
      client f Lxp;f(III)Lln;
      named getMaterial Lnet/minecraft/world/BlockView;getMaterial(III)Lnet/minecraft/block/material/Material;
    • getBlockMeta

      public int getBlockMeta(int x, int y, int z)
      Specified by:
      getBlockMeta in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1778 Lnet/minecraft/class_14;method_1778(III)I
      glue method_451 Lclass_584;method_451(III)I
      server c Lpb;c(III)I
      client e Lxp;e(III)I
      named getBlockMeta Lnet/minecraft/world/BlockView;getBlockMeta(III)I
    • setBlockMeta

      public void setBlockMeta(int x, int y, int z, int meta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_215 Lnet/minecraft/class_18;method_215(IIII)V
      glue method_532 Lclass_129;method_532(IIII)V
      server c Ldj;c(IIII)V
      client d Lfd;d(IIII)V
      named setBlockMeta Lnet/minecraft/world/World;setBlockMeta(IIII)V
    • setBlockMetaWithoutNotifyingNeighbors

      public boolean setBlockMetaWithoutNotifyingNeighbors(int x, int y, int z, int meta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_223 Lnet/minecraft/class_18;method_223(IIII)Z
      glue method_540 Lclass_129;method_540(IIII)Z
      server d Ldj;d(IIII)Z
      client e Lfd;e(IIII)Z
      named setBlockMetaWithoutNotifyingNeighbors Lnet/minecraft/world/World;setBlockMetaWithoutNotifyingNeighbors(IIII)Z
    • setBlock

      public boolean setBlock(int x, int y, int z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_229 Lnet/minecraft/class_18;method_229(IIII)Z
      glue method_546 Lclass_129;method_546(IIII)Z
      server e Ldj;e(IIII)Z
      client f Lfd;f(IIII)Z
      named setBlock Lnet/minecraft/world/World;setBlock(IIII)Z
    • setBlock

      public boolean setBlock(int x, int y, int z, int blockId, int meta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_201 Lnet/minecraft/class_18;method_201(IIIII)Z
      glue method_518 Lclass_129;method_518(IIIII)Z
      server b Ldj;b(IIIII)Z
      client b Lfd;b(IIIII)Z
      named setBlock Lnet/minecraft/world/World;setBlock(IIIII)Z
    • blockUpdateEvent

      public void blockUpdateEvent(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_243 Lnet/minecraft/class_18;method_243(III)V
      glue method_560 Lclass_129;method_560(III)V
      server h Ldj;h(III)V
      client j Lfd;j(III)V
      named blockUpdateEvent Lnet/minecraft/world/World;blockUpdateEvent(III)V
    • blockUpdate

      protected void blockUpdate(int x, int y, int z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_235 Lnet/minecraft/class_18;method_235(IIII)V
      glue method_552 Lclass_129;method_552(IIII)V
      server f Ldj;f(IIII)V
      client g Lfd;g(IIII)V
      named blockUpdate Lnet/minecraft/world/World;blockUpdate(IIII)V
    • setBlocksDirty

      public void setBlocksDirty(int x, int z, int minY, int maxY)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_240 Lnet/minecraft/class_18;method_240(IIII)V
      glue method_557 Lclass_129;method_557(IIII)V
      server g Ldj;g(IIII)V
      client h Lfd;h(IIII)V
      named setBlocksDirty Lnet/minecraft/world/World;setBlocksDirty(IIII)V
    • setBlockDirty

      public void setBlockDirty(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_246 Lnet/minecraft/class_18;method_246(III)V
      glue method_563 Lclass_129;method_563(III)V
      server i Ldj;i(III)V
      client k Lfd;k(III)V
      named setBlockDirty Lnet/minecraft/world/World;setBlockDirty(III)V
    • setBlocksDirty

      public void setBlocksDirty(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_202 Lnet/minecraft/class_18;method_202(IIIIII)V
      glue method_519 Lclass_129;method_519(IIIIII)V
      server b Ldj;b(IIIIII)V
      client b Lfd;b(IIIIII)V
      named setBlocksDirty Lnet/minecraft/world/World;setBlocksDirty(IIIIII)V
    • notifyNeighbors

      public void notifyNeighbors(int x, int y, int z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_244 Lnet/minecraft/class_18;method_244(IIII)V
      glue method_561 Lclass_129;method_561(IIII)V
      server h Ldj;h(IIII)V
      client i Lfd;i(IIII)V
      named notifyNeighbors Lnet/minecraft/world/World;notifyNeighbors(IIII)V
    • neighborUpdate

      private void neighborUpdate(int x, int y, int z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_253 Lnet/minecraft/class_18;method_253(IIII)V
      glue method_570 Lclass_129;method_570(IIII)V
      server k Ldj;k(IIII)V
      client l Lfd;l(IIII)V
      named neighborUpdate Lnet/minecraft/world/World;neighborUpdate(IIII)V
    • hasSkyLight

      public boolean hasSkyLight(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_249 Lnet/minecraft/class_18;method_249(III)Z
      glue method_566 Lclass_129;method_566(III)Z
      server j Ldj;j(III)Z
      client l Lfd;l(III)Z
      named hasSkyLight Lnet/minecraft/world/World;hasSkyLight(III)Z
    • getBrightness

      public int getBrightness(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_252 Lnet/minecraft/class_18;method_252(III)I
      glue method_569 Lclass_129;method_569(III)I
      server k Ldj;k(III)I
      client m Lfd;m(III)I
      named getBrightness Lnet/minecraft/world/World;getBrightness(III)I
    • getLightLevel

      public int getLightLevel(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_255 Lnet/minecraft/class_18;method_255(III)I
      glue method_572 Lclass_129;method_572(III)I
      server l Ldj;l(III)I
      client n Lfd;n(III)I
      named getLightLevel Lnet/minecraft/world/World;getLightLevel(III)I
    • getLightLevel

      public int getLightLevel(int x, int y, int z, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_158 Lnet/minecraft/class_18;method_158(IIIZ)I
      glue method_475 Lclass_129;method_475(IIIZ)I
      server a Ldj;a(IIIZ)I
      client a Lfd;a(IIIZ)I
      named getLightLevel Lnet/minecraft/world/World;getLightLevel(IIIZ)I
    • isTopY

      public boolean isTopY(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_257 Lnet/minecraft/class_18;method_257(III)Z
      glue method_574 Lclass_129;method_574(III)Z
      server m Ldj;m(III)Z
      client o Lfd;o(III)Z
      named isTopY Lnet/minecraft/world/World;isTopY(III)Z
    • getTopY

      public int getTopY(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_222 Lnet/minecraft/class_18;method_222(II)I
      glue method_539 Lclass_129;method_539(II)I
      server d Ldj;d(II)I
      client d Lfd;d(II)I
      named getTopY Lnet/minecraft/world/World;getTopY(II)I
    • updateLight

      public void updateLight(LightType lightType, int x, int y, int z, int int2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_165 Lnet/minecraft/class_18;method_165(Lnet/minecraft/class_56;IIII)V
      glue method_482 Lclass_129;method_482(Lclass_97;IIII)V
      server a Ldj;a(Lco;IIII)V
      client a Lfd;a(Leb;IIII)V
      named updateLight Lnet/minecraft/world/World;updateLight(Lnet/minecraft/world/LightType;IIII)V
    • getBrightness

      public int getBrightness(LightType type, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_164 Lnet/minecraft/class_18;method_164(Lnet/minecraft/class_56;III)I
      glue method_481 Lclass_129;method_481(Lclass_97;III)I
      server a Ldj;a(Lco;III)I
      client a Lfd;a(Leb;III)I
      named getBrightness Lnet/minecraft/world/World;getBrightness(Lnet/minecraft/world/LightType;III)I
    • setLight

      public void setLight(LightType lightType, int x, int y, int z, int value)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_205 Lnet/minecraft/class_18;method_205(Lnet/minecraft/class_56;IIII)V
      glue method_522 Lclass_129;method_522(Lclass_97;IIII)V
      server b Ldj;b(Lco;IIII)V
      client b Lfd;b(Leb;IIII)V
      named setLight Lnet/minecraft/world/World;setLight(Lnet/minecraft/world/LightType;IIII)V
    • getNaturalBrightness

      @Environment(CLIENT) public float getNaturalBrightness(int x, int y, int z, int blockLight)
      Specified by:
      getNaturalBrightness in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1784 Lnet/minecraft/class_14;method_1784(IIII)F
      glue method_878 Lclass_584;method_878(IIII)F
      server method_1784 Lpb;method_1784(IIII)F
      client a Lxp;a(IIII)F
      named getNaturalBrightness Lnet/minecraft/world/BlockView;getNaturalBrightness(IIII)F
    • method_1782

      public float method_1782(int int2, int int3, int int4)
      Description copied from interface: BlockView
      getLuminance
      Specified by:
      method_1782 in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1782 Lnet/minecraft/class_18;method_1782(III)F
      glue method_576 Lclass_129;method_576(III)F
      server n Ldj;n(III)F
      client c Lfd;c(III)F
      named method_1782 Lnet/minecraft/world/World;method_1782(III)F
    • canMonsterSpawn

      public boolean canMonsterSpawn()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_220 Lnet/minecraft/class_18;method_220()Z
      glue method_537 Lclass_129;method_537()Z
      server d Ldj;d()Z
      client f Lfd;f()Z
      named canMonsterSpawn Lnet/minecraft/world/World;canMonsterSpawn()Z
    • raycast

      public HitResult raycast(Vec3d start, Vec3d end)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_160 Lnet/minecraft/class_18;method_160(Lnet/minecraft/class_26;Lnet/minecraft/class_26;)Lnet/minecraft/class_27;
      glue method_477 Lclass_129;method_477(Lclass_45;Lclass_45;)Lclass_518;
      server a Ldj;a(Lba;Lba;)Lnh;
      client a Lfd;a(Lbt;Lbt;)Lvf;
      named raycast Lnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/hit/HitResult;
    • raycast

      public HitResult raycast(Vec3d start, Vec3d end, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_161 Lnet/minecraft/class_18;method_161(Lnet/minecraft/class_26;Lnet/minecraft/class_26;Z)Lnet/minecraft/class_27;
      glue method_478 Lclass_129;method_478(Lclass_45;Lclass_45;Z)Lclass_518;
      server a Ldj;a(Lba;Lba;Z)Lnh;
      client a Lfd;a(Lbt;Lbt;Z)Lvf;
      named raycast Lnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Z)Lnet/minecraft/util/hit/HitResult;
    • raycast

      public HitResult raycast(Vec3d start, Vec3d end, boolean bool, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_162 Lnet/minecraft/class_18;method_162(Lnet/minecraft/class_26;Lnet/minecraft/class_26;ZZ)Lnet/minecraft/class_27;
      glue method_479 Lclass_129;method_479(Lclass_45;Lclass_45;ZZ)Lclass_518;
      server a Ldj;a(Lba;Lba;ZZ)Lnh;
      client a Lfd;a(Lbt;Lbt;ZZ)Lvf;
      named raycast Lnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;ZZ)Lnet/minecraft/util/hit/HitResult;
    • playSound

      public void playSound(Entity source, String sound, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_191 Lnet/minecraft/class_18;method_191(Lnet/minecraft/class_57;Ljava/lang/String;FF)V
      glue method_508 Lclass_129;method_508(Lclass_450;Ljava/lang/String;FF)V
      server a Ldj;a(Llq;Ljava/lang/String;FF)V
      client a Lfd;a(Lsn;Ljava/lang/String;FF)V
      named playSound Lnet/minecraft/world/World;playSound(Lnet/minecraft/entity/Entity;Ljava/lang/String;FF)V
    • playSound

      public void playSound(double x, double y, double z, String sound, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_150 Lnet/minecraft/class_18;method_150(DDDLjava/lang/String;FF)V
      glue method_467 Lclass_129;method_467(DDDLjava/lang/String;FF)V
      server a Ldj;a(DDDLjava/lang/String;FF)V
      client a Lfd;a(DDDLjava/lang/String;FF)V
      named playSound Lnet/minecraft/world/World;playSound(DDDLjava/lang/String;FF)V
    • playStreaming

      public void playStreaming(String music, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_179 Lnet/minecraft/class_18;method_179(Ljava/lang/String;III)V
      glue method_496 Lclass_129;method_496(Ljava/lang/String;III)V
      server a Ldj;a(Ljava/lang/String;III)V
      client a Lfd;a(Ljava/lang/String;III)V
      named playStreaming Lnet/minecraft/world/World;playStreaming(Ljava/lang/String;III)V
    • addParticle

      public void addParticle(String particle, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      For most particles, velocity works as expected. For NoteParticle, velocityX is note number divided by 24, resulting in a scalar that affects color between 0 and 1. velocityY and velocityZ are ignored and always set to 0. For RedDustParticle, velocityX, velocityY, and velocityZ are multipliers for the particle's color for red, green, and blue respectively.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      intermediary method_178 Lnet/minecraft/class_18;method_178(Ljava/lang/String;DDDDDD)V
      glue method_495 Lclass_129;method_495(Ljava/lang/String;DDDDDD)V
      server a Ldj;a(Ljava/lang/String;DDDDDD)V
      client a Lfd;a(Ljava/lang/String;DDDDDD)V
      named addParticle Lnet/minecraft/world/World;addParticle(Ljava/lang/String;DDDDDD)V
    • spawnGlobalEntity

      public boolean spawnGlobalEntity(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_184 Lnet/minecraft/class_18;method_184(Lnet/minecraft/class_57;)Z
      glue method_501 Lclass_129;method_501(Lclass_450;)Z
      server a Ldj;a(Llq;)Z
      client a Lfd;a(Lsn;)Z
      named spawnGlobalEntity Lnet/minecraft/world/World;spawnGlobalEntity(Lnet/minecraft/entity/Entity;)Z
    • spawnEntity

      public boolean spawnEntity(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_210 Lnet/minecraft/class_18;method_210(Lnet/minecraft/class_57;)Z
      glue method_527 Lclass_129;method_527(Lclass_450;)Z
      server b Ldj;b(Llq;)Z
      client b Lfd;b(Lsn;)Z
      named spawnEntity Lnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z
    • notifyEntityAdded

      protected void notifyEntityAdded(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_219 Lnet/minecraft/class_18;method_219(Lnet/minecraft/class_57;)V
      glue method_536 Lclass_129;method_536(Lclass_450;)V
      server c Ldj;c(Llq;)V
      client c Lfd;c(Lsn;)V
      named notifyEntityAdded Lnet/minecraft/world/World;notifyEntityAdded(Lnet/minecraft/entity/Entity;)V
    • notifyEntityRemoved

      protected void notifyEntityRemoved(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_226 Lnet/minecraft/class_18;method_226(Lnet/minecraft/class_57;)V
      glue method_543 Lclass_129;method_543(Lclass_450;)V
      server d Ldj;d(Llq;)V
      client d Lfd;d(Lsn;)V
      named notifyEntityRemoved Lnet/minecraft/world/World;notifyEntityRemoved(Lnet/minecraft/entity/Entity;)V
    • remove

      public void remove(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_231 Lnet/minecraft/class_18;method_231(Lnet/minecraft/class_57;)V
      glue method_548 Lclass_129;method_548(Lclass_450;)V
      server e Ldj;e(Llq;)V
      client e Lfd;e(Lsn;)V
      named remove Lnet/minecraft/world/World;remove(Lnet/minecraft/entity/Entity;)V
    • serverRemove

      @Environment(SERVER) public void serverRemove(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_236 Lnet/minecraft/class_18;method_236(Lnet/minecraft/class_57;)V
      glue method_553 Lclass_129;method_553(Lclass_450;)V
      server f Ldj;f(Llq;)V
      client method_236 Lfd;method_236(Lsn;)V
      named serverRemove Lnet/minecraft/world/World;serverRemove(Lnet/minecraft/entity/Entity;)V
    • addEventListener

      public void addEventListener(GameEventListener eventListener)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_183 Lnet/minecraft/class_18;method_183(Lnet/minecraft/class_59;)V
      glue method_500 Lclass_129;method_500(Lclass_369;)V
      server a Ldj;a(Ljp;)V
      client a Lfd;a(Lpm;)V
      named addEventListener Lnet/minecraft/world/World;addEventListener(Lnet/minecraft/world/event/listener/GameEventListener;)V
    • removeEventListener

      @Environment(CLIENT) public void removeEventListener(GameEventListener eventListener)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_281 Lnet/minecraft/class_18;method_281(Lnet/minecraft/class_59;)V
      glue method_958 Lclass_129;method_958(Lclass_369;)V
      server method_281 Ldj;method_281(Ljp;)V
      client b Lfd;b(Lpm;)V
      named removeEventListener Lnet/minecraft/world/World;removeEventListener(Lnet/minecraft/world/event/listener/GameEventListener;)V
    • getEntityCollisions

      public List getEntityCollisions(Entity entity, Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_190 Lnet/minecraft/class_18;method_190(Lnet/minecraft/class_57;Lnet/minecraft/class_25;)Ljava/util/List;
      glue method_507 Lclass_129;method_507(Lclass_450;Lclass_113;)Ljava/util/List;
      server a Ldj;a(Llq;Lcz;)Ljava/util/List;
      client a Lfd;a(Lsn;Leq;)Ljava/util/List;
      named getEntityCollisions Lnet/minecraft/world/World;getEntityCollisions(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
    • getAmbientDarkness

      public int getAmbientDarkness(float partialTicks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_151 Lnet/minecraft/class_18;method_151(F)I
      glue method_468 Lclass_129;method_468(F)I
      server a Ldj;a(F)I
      client a Lfd;a(F)I
      named getAmbientDarkness Lnet/minecraft/world/World;getAmbientDarkness(F)I
    • getSkyColor

      @Environment(CLIENT) public Vec3d getSkyColor(Entity entity, float partialTicks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_279 Lnet/minecraft/class_18;method_279(Lnet/minecraft/class_57;F)Lnet/minecraft/class_26;
      glue method_956 Lclass_129;method_956(Lclass_450;F)Lclass_45;
      server method_279 Ldj;method_279(Llq;F)Lba;
      client a Lfd;a(Lsn;F)Lbt;
      named getSkyColor Lnet/minecraft/world/World;getSkyColor(Lnet/minecraft/entity/Entity;F)Lnet/minecraft/util/math/Vec3d;
    • getTime

      public float getTime(float partialTicks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_198 Lnet/minecraft/class_18;method_198(F)F
      glue method_515 Lclass_129;method_515(F)F
      server b Ldj;b(F)F
      client b Lfd;b(F)F
      named getTime Lnet/minecraft/world/World;getTime(F)F
    • getCloudColor

      @Environment(CLIENT) public Vec3d getCloudColor(float partialTicks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_282 Lnet/minecraft/class_18;method_282(F)Lnet/minecraft/class_26;
      glue method_959 Lclass_129;method_959(F)Lclass_45;
      server method_282 Ldj;method_282(F)Lba;
      client c Lfd;c(F)Lbt;
      named getCloudColor Lnet/minecraft/world/World;getCloudColor(F)Lnet/minecraft/util/math/Vec3d;
    • getFogColor

      @Environment(CLIENT) public Vec3d getFogColor(float partialTicks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_284 Lnet/minecraft/class_18;method_284(F)Lnet/minecraft/class_26;
      glue method_961 Lclass_129;method_961(F)Lclass_45;
      server method_284 Ldj;method_284(F)Lba;
      client d Lfd;d(F)Lbt;
      named getFogColor Lnet/minecraft/world/World;getFogColor(F)Lnet/minecraft/util/math/Vec3d;
    • getTopSolidBlockY

      public int getTopSolidBlockY(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_228 Lnet/minecraft/class_18;method_228(II)I
      glue method_545 Lclass_129;method_545(II)I
      server e Ldj;e(II)I
      client e Lfd;e(II)I
      named getTopSolidBlockY Lnet/minecraft/world/World;getTopSolidBlockY(II)I
    • calculateSkyLightIntensity

      @Environment(CLIENT) public float calculateSkyLightIntensity(float partialTicks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_286 Lnet/minecraft/class_18;method_286(F)F
      glue method_963 Lclass_129;method_963(F)F
      server method_286 Ldj;method_286(F)F
      client e Lfd;e(F)F
      named calculateSkyLightIntensity Lnet/minecraft/world/World;calculateSkyLightIntensity(F)F
    • getSpawnPositionValidityY

      @Environment(SERVER) public int getSpawnPositionValidityY(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_233 Lnet/minecraft/class_18;method_233(II)I
      glue method_550 Lclass_129;method_550(II)I
      server f Ldj;f(II)I
      client method_233 Lfd;method_233(II)I
      named getSpawnPositionValidityY Lnet/minecraft/world/World;getSpawnPositionValidityY(II)I
    • scheduleBlockUpdate

      public void scheduleBlockUpdate(int x, int y, int z, int id, int tickRate)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_216 Lnet/minecraft/class_18;method_216(IIIII)V
      glue method_533 Lclass_129;method_533(IIIII)V
      server c Ldj;c(IIIII)V
      client c Lfd;c(IIIII)V
      named scheduleBlockUpdate Lnet/minecraft/world/World;scheduleBlockUpdate(IIIII)V
    • tickEntities

      public void tickEntities()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_227 Lnet/minecraft/class_18;method_227()V
      glue method_544 Lclass_129;method_544()V
      server e Ldj;e()V
      client g Lfd;g()V
      named tickEntities Lnet/minecraft/world/World;tickEntities()V
    • processBlockUpdates

      public void processBlockUpdates(Collection blockUpdates)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_181 Lnet/minecraft/class_18;method_181(Ljava/util/Collection;)V
      glue method_498 Lclass_129;method_498(Ljava/util/Collection;)V
      server a Ldj;a(Ljava/util/Collection;)V
      client a Lfd;a(Ljava/util/Collection;)V
      named processBlockUpdates Lnet/minecraft/world/World;processBlockUpdates(Ljava/util/Collection;)V
    • updateEntity

      public void updateEntity(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_241 Lnet/minecraft/class_18;method_241(Lnet/minecraft/class_57;)V
      glue method_558 Lclass_129;method_558(Lclass_450;)V
      server g Ldj;g(Llq;)V
      client f Lfd;f(Lsn;)V
      named updateEntity Lnet/minecraft/world/World;updateEntity(Lnet/minecraft/entity/Entity;)V
    • updateEntity

      public void updateEntity(Entity entity, boolean requireLoaded)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_193 Lnet/minecraft/class_18;method_193(Lnet/minecraft/class_57;Z)V
      glue method_510 Lclass_129;method_510(Lclass_450;Z)V
      server a Ldj;a(Llq;Z)V
      client a Lfd;a(Lsn;Z)V
      named updateEntity Lnet/minecraft/world/World;updateEntity(Lnet/minecraft/entity/Entity;Z)V
    • canSpawnEntity

      public boolean canSpawnEntity(Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_168 Lnet/minecraft/class_18;method_168(Lnet/minecraft/class_25;)Z
      glue method_485 Lclass_129;method_485(Lclass_113;)Z
      server a Ldj;a(Lcz;)Z
      client a Lfd;a(Leq;)Z
      named canSpawnEntity Lnet/minecraft/world/World;canSpawnEntity(Lnet/minecraft/util/math/Box;)Z
    • isAnyBlockInBox

      @Environment(SERVER) public boolean isAnyBlockInBox(Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_206 Lnet/minecraft/class_18;method_206(Lnet/minecraft/class_25;)Z
      glue method_523 Lclass_129;method_523(Lclass_113;)Z
      server b Ldj;b(Lcz;)Z
      client method_206 Lfd;method_206(Leq;)Z
      named isAnyBlockInBox Lnet/minecraft/world/World;isAnyBlockInBox(Lnet/minecraft/util/math/Box;)Z
    • isBoxSubmergedInFluid

      public boolean isBoxSubmergedInFluid(Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_218 Lnet/minecraft/class_18;method_218(Lnet/minecraft/class_25;)Z
      glue method_535 Lclass_129;method_535(Lclass_113;)Z
      server c Ldj;c(Lcz;)Z
      client b Lfd;b(Leq;)Z
      named isBoxSubmergedInFluid Lnet/minecraft/world/World;isBoxSubmergedInFluid(Lnet/minecraft/util/math/Box;)Z
    • isFireOrLavaInBox

      public boolean isFireOrLavaInBox(Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_225 Lnet/minecraft/class_18;method_225(Lnet/minecraft/class_25;)Z
      glue method_542 Lclass_129;method_542(Lclass_113;)Z
      server d Ldj;d(Lcz;)Z
      client c Lfd;c(Leq;)Z
      named isFireOrLavaInBox Lnet/minecraft/world/World;isFireOrLavaInBox(Lnet/minecraft/util/math/Box;)Z
    • updateMovementInFluid

      public boolean updateMovementInFluid(Box entityBoundingBox, Material fluidMaterial, Entity entity)
      Also could be for materials, but updated in later versions to be exclusive to fluids
      Mappings:
      Namespace Name Mixin selector
      intermediary method_170 Lnet/minecraft/class_18;method_170(Lnet/minecraft/class_25;Lnet/minecraft/class_15;Lnet/minecraft/class_57;)Z
      glue method_487 Lclass_129;method_487(Lclass_113;Lclass_280;Lclass_450;)Z
      server a Ldj;a(Lcz;Lhj;Llq;)Z
      client a Lfd;a(Leq;Lln;Lsn;)Z
      named updateMovementInFluid Lnet/minecraft/world/World;updateMovementInFluid(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/material/Material;Lnet/minecraft/entity/Entity;)Z
    • isMaterialInBox

      public boolean isMaterialInBox(Box boundingBox, Material material)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_169 Lnet/minecraft/class_18;method_169(Lnet/minecraft/class_25;Lnet/minecraft/class_15;)Z
      glue method_486 Lclass_129;method_486(Lclass_113;Lclass_280;)Z
      server a Ldj;a(Lcz;Lhj;)Z
      client a Lfd;a(Leq;Lln;)Z
      named isMaterialInBox Lnet/minecraft/world/World;isMaterialInBox(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/material/Material;)Z
    • isFluidInBox

      public boolean isFluidInBox(Box boundingBox, Material fluid)
      Assumes the material is a fluid, and adjusts offsets accordingly to metadata. Only checks for the specific material, unlike the other method, which checks for any fluid.
      Mappings:
      Namespace Name Mixin selector
      intermediary method_207 Lnet/minecraft/class_18;method_207(Lnet/minecraft/class_25;Lnet/minecraft/class_15;)Z
      glue method_524 Lclass_129;method_524(Lclass_113;Lclass_280;)Z
      server b Ldj;b(Lcz;Lhj;)Z
      client b Lfd;b(Leq;Lln;)Z
      named isFluidInBox Lnet/minecraft/world/World;isFluidInBox(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/material/Material;)Z
    • createExplosion

      public Explosion createExplosion(Entity source, double x, double y, double z, float power)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_187 Lnet/minecraft/class_18;method_187(Lnet/minecraft/class_57;DDDF)Lnet/minecraft/class_60;
      glue method_504 Lclass_129;method_504(Lclass_450;DDDF)Lclass_394;
      server a Ldj;a(Llq;DDDF)Lkh;
      client a Lfd;a(Lsn;DDDF)Lqx;
      named createExplosion Lnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDF)Lnet/minecraft/world/explosion/Explosion;
    • createExplosion

      public Explosion createExplosion(Entity source, double x, double y, double z, float power, boolean fire)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_188 Lnet/minecraft/class_18;method_188(Lnet/minecraft/class_57;DDDFZ)Lnet/minecraft/class_60;
      glue method_505 Lclass_129;method_505(Lclass_450;DDDFZ)Lclass_394;
      server a Ldj;a(Llq;DDDFZ)Lkh;
      client a Lfd;a(Lsn;DDDFZ)Lqx;
      named createExplosion Lnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDFZ)Lnet/minecraft/world/explosion/Explosion;
    • getVisibilityRatio

      public float getVisibilityRatio(Vec3d vec, Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_163 Lnet/minecraft/class_18;method_163(Lnet/minecraft/class_26;Lnet/minecraft/class_25;)F
      glue method_480 Lclass_129;method_480(Lclass_45;Lclass_113;)F
      server a Ldj;a(Lba;Lcz;)F
      client a Lfd;a(Lbt;Leq;)F
      named getVisibilityRatio Lnet/minecraft/world/World;getVisibilityRatio(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Box;)F
    • extinguishFire

      public void extinguishFire(PlayerEntity player, int x, int y, int z, int direction)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_172 Lnet/minecraft/class_18;method_172(Lnet/minecraft/class_54;IIII)V
      glue method_489 Lclass_129;method_489(Lclass_172;IIII)V
      server a Ldj;a(Lem;IIII)V
      client a Lfd;a(Lgs;IIII)V
      named extinguishFire Lnet/minecraft/world/World;extinguishFire(Lnet/minecraft/entity/player/PlayerEntity;IIII)V
    • getPlayerForProxy

      @Environment(CLIENT) public Entity getPlayerForProxy(Class playerClass)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_278 Lnet/minecraft/class_18;method_278(Ljava/lang/Class;)Lnet/minecraft/class_57;
      glue method_955 Lclass_129;method_955(Ljava/lang/Class;)Lclass_450;
      server method_278 Ldj;method_278(Ljava/lang/Class;)Llq;
      client a Lfd;a(Ljava/lang/Class;)Lsn;
      named getPlayerForProxy Lnet/minecraft/world/World;getPlayerForProxy(Ljava/lang/Class;)Lnet/minecraft/entity/Entity;
    • getEntityCount

      @Environment(CLIENT) public String getEntityCount()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_288 Lnet/minecraft/class_18;method_288()Ljava/lang/String;
      glue method_965 Lclass_129;method_965()Ljava/lang/String;
      server method_288 Ldj;method_288()Ljava/lang/String;
      client h Lfd;h()Ljava/lang/String;
      named getEntityCount Lnet/minecraft/world/World;getEntityCount()Ljava/lang/String;
    • getDebugInfo

      @Environment(CLIENT) public String getDebugInfo()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_290 Lnet/minecraft/class_18;method_290()Ljava/lang/String;
      glue method_967 Lclass_129;method_967()Ljava/lang/String;
      server method_290 Ldj;method_290()Ljava/lang/String;
      client i Lfd;i()Ljava/lang/String;
      named getDebugInfo Lnet/minecraft/world/World;getDebugInfo()Ljava/lang/String;
    • getBlockEntity

      public BlockEntity getBlockEntity(int x, int y, int z)
      Specified by:
      getBlockEntity in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1777 Lnet/minecraft/class_14;method_1777(III)Lnet/minecraft/class_55;
      glue method_450 Lclass_584;method_450(III)Lclass_356;
      server b Lpb;b(III)Ljh;
      client b Lxp;b(III)Low;
      named getBlockEntity Lnet/minecraft/world/BlockView;getBlockEntity(III)Lnet/minecraft/block/entity/BlockEntity;
    • setBlockEntity

      public void setBlockEntity(int x, int y, int z, BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_157 Lnet/minecraft/class_18;method_157(IIILnet/minecraft/class_55;)V
      glue method_474 Lclass_129;method_474(IIILclass_356;)V
      server a Ldj;a(IIILjh;)V
      client a Lfd;a(IIILow;)V
      named setBlockEntity Lnet/minecraft/world/World;setBlockEntity(IIILnet/minecraft/block/entity/BlockEntity;)V
    • removeBlockEntity

      public void removeBlockEntity(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_260 Lnet/minecraft/class_18;method_260(III)V
      glue method_578 Lclass_129;method_578(III)V
      server o Ldj;o(III)V
      client p Lfd;p(III)V
      named removeBlockEntity Lnet/minecraft/world/World;removeBlockEntity(III)V
    • method_1783

      public boolean method_1783(int int2, int int3, int int4)
      Description copied from interface: BlockView
      isOpaque
      Specified by:
      method_1783 in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1783 Lnet/minecraft/class_18;method_1783(III)Z
      glue method_580 Lclass_129;method_580(III)Z
      server p Ldj;p(III)Z
      client g Lfd;g(III)Z
      named method_1783 Lnet/minecraft/world/World;method_1783(III)Z
    • shouldSuffocate

      public boolean shouldSuffocate(int x, int y, int z)
      Specified by:
      shouldSuffocate in interface BlockView
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1780 Lnet/minecraft/class_14;method_1780(III)Z
      glue method_453 Lclass_584;method_453(III)Z
      server e Lpb;e(III)Z
      client h Lxp;h(III)Z
      named shouldSuffocate Lnet/minecraft/world/BlockView;shouldSuffocate(III)Z
    • savingProgress

      @Environment(CLIENT) public void savingProgress(LoadingDisplay display)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_280 Lnet/minecraft/class_18;method_280(Lnet/minecraft/class_62;)V
      glue method_957 Lclass_129;method_957(Lclass_595;)V
      server method_280 Ldj;method_280(Lpj;)V
      client a Lfd;a(Lyb;)V
      named savingProgress Lnet/minecraft/world/World;savingProgress(Lnet/minecraft/client/gui/screen/LoadingDisplay;)V
    • doLightingUpdates

      public boolean doLightingUpdates()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_232 Lnet/minecraft/class_18;method_232()Z
      glue method_549 Lclass_129;method_549()Z
      server f Ldj;f()Z
      client j Lfd;j()Z
      named doLightingUpdates Lnet/minecraft/world/World;doLightingUpdates()Z
    • queueLightUpdate

      public void queueLightUpdate(LightType type, int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_166 Lnet/minecraft/class_18;method_166(Lnet/minecraft/class_56;IIIIII)V
      glue method_483 Lclass_129;method_483(Lclass_97;IIIIII)V
      server a Ldj;a(Lco;IIIIII)V
      client a Lfd;a(Leb;IIIIII)V
      named queueLightUpdate Lnet/minecraft/world/World;queueLightUpdate(Lnet/minecraft/world/LightType;IIIIII)V
    • queueLightUpdate

      public void queueLightUpdate(LightType type, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_167 Lnet/minecraft/class_18;method_167(Lnet/minecraft/class_56;IIIIIIZ)V
      glue method_484 Lclass_129;method_484(Lclass_97;IIIIIIZ)V
      server a Ldj;a(Lco;IIIIIIZ)V
      client a Lfd;a(Leb;IIIIIIZ)V
      named queueLightUpdate Lnet/minecraft/world/World;queueLightUpdate(Lnet/minecraft/world/LightType;IIIIIIZ)V
    • updateSkyBrightness

      public void updateSkyBrightness()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_237 Lnet/minecraft/class_18;method_237()V
      glue method_554 Lclass_129;method_554()V
      server g Ldj;g()V
      client k Lfd;k()V
      named updateSkyBrightness Lnet/minecraft/world/World;updateSkyBrightness()V
    • allowSpawning

      public void allowSpawning(boolean allowMonsterSpawning, boolean allowMobSpawning)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_196 Lnet/minecraft/class_18;method_196(ZZ)V
      glue method_513 Lclass_129;method_513(ZZ)V
      server a Ldj;a(ZZ)V
      client a Lfd;a(ZZ)V
      named allowSpawning Lnet/minecraft/world/World;allowSpawning(ZZ)V
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_242 Lnet/minecraft/class_18;method_242()V
      glue method_559 Lclass_129;method_559()V
      server h Ldj;h()V
      client l Lfd;l()V
      named tick Lnet/minecraft/world/World;tick()V
    • prepareWeather

      private void prepareWeather()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_272 Lnet/minecraft/class_18;method_272()V
      glue method_591 Lclass_129;method_591()V
      server x Ldj;x()V
      client E Lfd;E()V
      named prepareWeather Lnet/minecraft/world/World;prepareWeather()V
    • updateWeatherCycles

      protected void updateWeatherCycles()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_245 Lnet/minecraft/class_18;method_245()V
      glue method_562 Lclass_129;method_562()V
      server i Ldj;i()V
      client m Lfd;m()V
      named updateWeatherCycles Lnet/minecraft/world/World;updateWeatherCycles()V
    • clearWeather

      private void clearWeather()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_273 Lnet/minecraft/class_18;method_273()V
      glue method_592 Lclass_129;method_592()V
      server y Ldj;y()V
      client F Lfd;F()V
      named clearWeather Lnet/minecraft/world/World;clearWeather()V
    • manageChunkUpdatesAndEvents

      protected void manageChunkUpdatesAndEvents()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_248 Lnet/minecraft/class_18;method_248()V
      glue method_565 Lclass_129;method_565()V
      server j Ldj;j()V
      client n Lfd;n()V
      named manageChunkUpdatesAndEvents Lnet/minecraft/world/World;manageChunkUpdatesAndEvents()V
    • processScheduledTicks

      public boolean processScheduledTicks(boolean flush)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_194 Lnet/minecraft/class_18;method_194(Z)Z
      glue method_511 Lclass_129;method_511(Z)Z
      server a Ldj;a(Z)Z
      client a Lfd;a(Z)Z
      named processScheduledTicks Lnet/minecraft/world/World;processScheduledTicks(Z)Z
    • displayTick

      @Environment(CLIENT) public void displayTick(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_294 Lnet/minecraft/class_18;method_294(III)V
      glue method_971 Lclass_129;method_971(III)V
      server method_294 Ldj;method_294(III)V
      client q Lfd;q(III)V
      named displayTick Lnet/minecraft/world/World;displayTick(III)V
    • getEntities

      public List getEntities(Entity entity, Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_211 Lnet/minecraft/class_18;method_211(Lnet/minecraft/class_57;Lnet/minecraft/class_25;)Ljava/util/List;
      glue method_528 Lclass_129;method_528(Lclass_450;Lclass_113;)Ljava/util/List;
      server b Ldj;b(Llq;Lcz;)Ljava/util/List;
      client b Lfd;b(Lsn;Leq;)Ljava/util/List;
      named getEntities Lnet/minecraft/world/World;getEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
    • collectEntitiesByClass

      public List collectEntitiesByClass(Class entityClass, Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_175 Lnet/minecraft/class_18;method_175(Ljava/lang/Class;Lnet/minecraft/class_25;)Ljava/util/List;
      glue method_492 Lclass_129;method_492(Ljava/lang/Class;Lclass_113;)Ljava/util/List;
      server a Ldj;a(Ljava/lang/Class;Lcz;)Ljava/util/List;
      client a Lfd;a(Ljava/lang/Class;Leq;)Ljava/util/List;
      named collectEntitiesByClass Lnet/minecraft/world/World;collectEntitiesByClass(Ljava/lang/Class;Lnet/minecraft/util/math/Box;)Ljava/util/List;
    • getEntities

      @Environment(CLIENT) public List getEntities()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_291 Lnet/minecraft/class_18;method_291()Ljava/util/List;
      glue method_968 Lclass_129;method_968()Ljava/util/List;
      server method_291 Ldj;method_291()Ljava/util/List;
      client o Lfd;o()Ljava/util/List;
      named getEntities Lnet/minecraft/world/World;getEntities()Ljava/util/List;
    • updateBlockEntity

      public void updateBlockEntity(int x, int y, int z, BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_203 Lnet/minecraft/class_18;method_203(IIILnet/minecraft/class_55;)V
      glue method_520 Lclass_129;method_520(IIILclass_356;)V
      server b Ldj;b(IIILjh;)V
      client b Lfd;b(IIILow;)V
      named updateBlockEntity Lnet/minecraft/world/World;updateBlockEntity(IIILnet/minecraft/block/entity/BlockEntity;)V
    • countEntities

      public int countEntities(Class entityClass)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_174 Lnet/minecraft/class_18;method_174(Ljava/lang/Class;)I
      glue method_491 Lclass_129;method_491(Ljava/lang/Class;)I
      server a Ldj;a(Ljava/lang/Class;)I
      client b Lfd;b(Ljava/lang/Class;)I
      named countEntities Lnet/minecraft/world/World;countEntities(Ljava/lang/Class;)I
    • addEntities

      public void addEntities(List entities)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_182 Lnet/minecraft/class_18;method_182(Ljava/util/List;)V
      glue method_499 Lclass_129;method_499(Ljava/util/List;)V
      server a Ldj;a(Ljava/util/List;)V
      client a Lfd;a(Ljava/util/List;)V
      named addEntities Lnet/minecraft/world/World;addEntities(Ljava/util/List;)V
    • unloadEntities

      public void unloadEntities(List entities)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_209 Lnet/minecraft/class_18;method_209(Ljava/util/List;)V
      glue method_526 Lclass_129;method_526(Ljava/util/List;)V
      server b Ldj;b(Ljava/util/List;)V
      client b Lfd;b(Ljava/util/List;)V
      named unloadEntities Lnet/minecraft/world/World;unloadEntities(Ljava/util/List;)V
    • tickChunks

      @Environment(CLIENT) public void tickChunks()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_292 Lnet/minecraft/class_18;method_292()V
      glue method_969 Lclass_129;method_969()V
      server method_292 Ldj;method_292()V
      client p Lfd;p()V
      named tickChunks Lnet/minecraft/world/World;tickChunks()V
    • canPlace

      public boolean canPlace(int blockId, int x, int y, int z, boolean fallingBlock, int side)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_156 Lnet/minecraft/class_18;method_156(IIIIZI)Z
      glue method_473 Lclass_129;method_473(IIIIZI)Z
      server a Ldj;a(IIIIZI)Z
      client a Lfd;a(IIIIZI)Z
      named canPlace Lnet/minecraft/world/World;canPlace(IIIIZI)Z
    • findPath

      public Path findPath(Entity entity, Entity target, float range)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_192 Lnet/minecraft/class_18;method_192(Lnet/minecraft/class_57;Lnet/minecraft/class_57;F)Lnet/minecraft/class_61;
      glue method_509 Lclass_129;method_509(Lclass_450;Lclass_450;F)Lclass_78;
      server a Ldj;a(Llq;Llq;F)Lcb;
      client a Lfd;a(Lsn;Lsn;F)Ldh;
      named findPath Lnet/minecraft/world/World;findPath(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;F)Lnet/minecraft/entity/ai/pathing/Path;
    • findPath

      public Path findPath(Entity entity, int x, int y, int z, float range)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_189 Lnet/minecraft/class_18;method_189(Lnet/minecraft/class_57;IIIF)Lnet/minecraft/class_61;
      glue method_506 Lclass_129;method_506(Lclass_450;IIIF)Lclass_78;
      server a Ldj;a(Llq;IIIF)Lcb;
      client a Lfd;a(Lsn;IIIF)Ldh;
      named findPath Lnet/minecraft/world/World;findPath(Lnet/minecraft/entity/Entity;IIIF)Lnet/minecraft/entity/ai/pathing/Path;
    • canTransferPowerInDirection

      public boolean canTransferPowerInDirection(int x, int y, int z, int direction)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_247 Lnet/minecraft/class_18;method_247(IIII)Z
      glue method_564 Lclass_129;method_564(IIII)Z
      server i Ldj;i(IIII)Z
      client j Lfd;j(IIII)Z
      named canTransferPowerInDirection Lnet/minecraft/world/World;canTransferPowerInDirection(IIII)Z
    • canTransferPower

      public boolean canTransferPower(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_263 Lnet/minecraft/class_18;method_263(III)Z
      glue method_582 Lclass_129;method_582(III)Z
      server q Ldj;q(III)Z
      client r Lfd;r(III)Z
      named canTransferPower Lnet/minecraft/world/World;canTransferPower(III)Z
    • isEmittingRedstonePowerInDirection

      public boolean isEmittingRedstonePowerInDirection(int x, int y, int z, int direction)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_250 Lnet/minecraft/class_18;method_250(IIII)Z
      glue method_567 Lclass_129;method_567(IIII)Z
      server j Ldj;j(IIII)Z
      client k Lfd;k(IIII)Z
      named isEmittingRedstonePowerInDirection Lnet/minecraft/world/World;isEmittingRedstonePowerInDirection(IIII)Z
    • isEmittingRedstonePower

      public boolean isEmittingRedstonePower(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_265 Lnet/minecraft/class_18;method_265(III)Z
      glue method_584 Lclass_129;method_584(III)Z
      server r Ldj;r(III)Z
      client s Lfd;s(III)Z
      named isEmittingRedstonePower Lnet/minecraft/world/World;isEmittingRedstonePower(III)Z
    • getClosestPlayer

      public PlayerEntity getClosestPlayer(Entity entity, double range)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_186 Lnet/minecraft/class_18;method_186(Lnet/minecraft/class_57;D)Lnet/minecraft/class_54;
      glue method_503 Lclass_129;method_503(Lclass_450;D)Lclass_172;
      server a Ldj;a(Llq;D)Lem;
      client a Lfd;a(Lsn;D)Lgs;
      named getClosestPlayer Lnet/minecraft/world/World;getClosestPlayer(Lnet/minecraft/entity/Entity;D)Lnet/minecraft/entity/player/PlayerEntity;
    • getClosestPlayer

      public PlayerEntity getClosestPlayer(double x, double y, double z, double range)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_149 Lnet/minecraft/class_18;method_149(DDDD)Lnet/minecraft/class_54;
      glue method_466 Lclass_129;method_466(DDDD)Lclass_172;
      server a Ldj;a(DDDD)Lem;
      client a Lfd;a(DDDD)Lgs;
      named getClosestPlayer Lnet/minecraft/world/World;getClosestPlayer(DDDD)Lnet/minecraft/entity/player/PlayerEntity;
    • getPlayer

      public PlayerEntity getPlayer(String name)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_177 Lnet/minecraft/class_18;method_177(Ljava/lang/String;)Lnet/minecraft/class_54;
      glue method_494 Lclass_129;method_494(Ljava/lang/String;)Lclass_172;
      server a Ldj;a(Ljava/lang/String;)Lem;
      client a Lfd;a(Ljava/lang/String;)Lgs;
      named getPlayer Lnet/minecraft/world/World;getPlayer(Ljava/lang/String;)Lnet/minecraft/entity/player/PlayerEntity;
    • handleChunkDataUpdate

      @Environment(CLIENT) public void handleChunkDataUpdate(int x, int y, int z, int sizeX, int sizeY, int sizeZ, byte[] chunkData)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_275 Lnet/minecraft/class_18;method_275(IIIIII[B)V
      glue method_952 Lclass_129;method_952(IIIIII[B)V
      server method_275 Ldj;method_275(IIIIII[B)V
      client a Lfd;a(IIIIII[B)V
      named handleChunkDataUpdate Lnet/minecraft/world/World;handleChunkDataUpdate(IIIIII[B)V
    • disconnect

      @Environment(CLIENT) public void disconnect()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_293 Lnet/minecraft/class_18;method_293()V
      glue method_970 Lclass_129;method_970()V
      server method_293 Ldj;method_293()V
      client q Lfd;q()V
      named disconnect Lnet/minecraft/world/World;disconnect()V
    • getChunkData

      @Environment(SERVER) public byte[] getChunkData(int x, int y, int z, int sizeX, int sizeY, int sizeZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_217 Lnet/minecraft/class_18;method_217(IIIIII)[B
      glue method_534 Lclass_129;method_534(IIIIII)[B
      server c Ldj;c(IIIIII)[B
      client method_217 Lfd;method_217(IIIIII)[B
      named getChunkData Lnet/minecraft/world/World;getChunkData(IIIIII)[B
    • checkSessionLock

      public void checkSessionLock()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_251 Lnet/minecraft/class_18;method_251()V
      glue method_568 Lclass_129;method_568()V
      server k Ldj;k()V
      client r Lfd;r()V
      named checkSessionLock Lnet/minecraft/world/World;checkSessionLock()V
    • setTime

      public void setTime(long time)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_159 Lnet/minecraft/class_18;method_159(J)V
      glue method_476 Lclass_129;method_476(J)V
      server a Ldj;a(J)V
      client a Lfd;a(J)V
      named setTime Lnet/minecraft/world/World;setTime(J)V
    • synchronizeTimeAndUpdates

      @Environment(SERVER) public void synchronizeTimeAndUpdates(long time)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_204 Lnet/minecraft/class_18;method_204(J)V
      glue method_521 Lclass_129;method_521(J)V
      server b Ldj;b(J)V
      client method_204 Lfd;method_204(J)V
      named synchronizeTimeAndUpdates Lnet/minecraft/world/World;synchronizeTimeAndUpdates(J)V
    • getSeed

      public long getSeed()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_254 Lnet/minecraft/class_18;method_254()J
      glue method_571 Lclass_129;method_571()J
      server l Ldj;l()J
      client s Lfd;s()J
      named getSeed Lnet/minecraft/world/World;getSeed()J
    • getTime

      public long getTime()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_256 Lnet/minecraft/class_18;method_256()J
      glue method_573 Lclass_129;method_573()J
      server m Ldj;m()J
      client t Lfd;t()J
      named getTime Lnet/minecraft/world/World;getTime()J
    • getSpawnPos

      public Vec3i getSpawnPos()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_258 Lnet/minecraft/class_18;method_258()Lnet/minecraft/class_63;
      glue method_575 Lclass_129;method_575()Lclass_42;
      server n Ldj;n()Lay;
      client u Lfd;u()Lbr;
      named getSpawnPos Lnet/minecraft/world/World;getSpawnPos()Lnet/minecraft/util/math/Vec3i;
    • setSpawnPos

      @Environment(CLIENT) public void setSpawnPos(Vec3i pos)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_276 Lnet/minecraft/class_18;method_276(Lnet/minecraft/class_63;)V
      glue method_953 Lclass_129;method_953(Lclass_42;)V
      server method_276 Ldj;method_276(Lay;)V
      client a Lfd;a(Lbr;)V
      named setSpawnPos Lnet/minecraft/world/World;setSpawnPos(Lnet/minecraft/util/math/Vec3i;)V
    • loadChunksNearEntity

      @Environment(CLIENT) public void loadChunksNearEntity(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_287 Lnet/minecraft/class_18;method_287(Lnet/minecraft/class_57;)V
      glue method_964 Lclass_129;method_964(Lclass_450;)V
      server method_287 Ldj;method_287(Llq;)V
      client g Lfd;g(Lsn;)V
      named loadChunksNearEntity Lnet/minecraft/world/World;loadChunksNearEntity(Lnet/minecraft/entity/Entity;)V
    • canInteract

      public boolean canInteract(PlayerEntity player, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_171 Lnet/minecraft/class_18;method_171(Lnet/minecraft/class_54;III)Z
      glue method_488 Lclass_129;method_488(Lclass_172;III)Z
      server a Ldj;a(Lem;III)Z
      client a Lfd;a(Lgs;III)Z
      named canInteract Lnet/minecraft/world/World;canInteract(Lnet/minecraft/entity/player/PlayerEntity;III)Z
    • broadcastEntityEvent

      public void broadcastEntityEvent(Entity entity, byte event)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_185 Lnet/minecraft/class_18;method_185(Lnet/minecraft/class_57;B)V
      glue method_502 Lclass_129;method_502(Lclass_450;B)V
      server a Ldj;a(Llq;B)V
      client a Lfd;a(Lsn;B)V
      named broadcastEntityEvent Lnet/minecraft/world/World;broadcastEntityEvent(Lnet/minecraft/entity/Entity;B)V
    • updateEntityLists

      @Environment(CLIENT) public void updateEntityLists()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_295 Lnet/minecraft/class_18;method_295()V
      glue method_972 Lclass_129;method_972()V
      server method_295 Ldj;method_295()V
      client v Lfd;v()V
      named updateEntityLists Lnet/minecraft/world/World;updateEntityLists()V
    • getChunkSource

      public ChunkSource getChunkSource()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_259 Lnet/minecraft/class_18;method_259()Lnet/minecraft/class_51;
      glue method_577 Lclass_129;method_577()Lclass_60;
      server o Ldj;o()Lbl;
      client w Lfd;w()Lcl;
      named getChunkSource Lnet/minecraft/world/World;getChunkSource()Lnet/minecraft/world/chunk/ChunkSource;
    • playNoteBlockActionAt

      public void playNoteBlockActionAt(int x, int y, int z, int soundType, int pitch)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_224 Lnet/minecraft/class_18;method_224(IIIII)V
      glue method_541 Lclass_129;method_541(IIIII)V
      server d Ldj;d(IIIII)V
      client d Lfd;d(IIIII)V
      named playNoteBlockActionAt Lnet/minecraft/world/World;playNoteBlockActionAt(IIIII)V
    • getWorldStorage

      @Environment(SERVER) public WorldStorage getWorldStorage()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_261 Lnet/minecraft/class_18;method_261()Lnet/minecraft/class_52;
      glue method_579 Lclass_129;method_579()Lclass_561;
      server p Ldj;p()Lom;
      client method_261 Lfd;method_261()Lwt;
      named getWorldStorage Lnet/minecraft/world/World;getWorldStorage()Lnet/minecraft/world/storage/WorldStorage;
    • getProperties

      public WorldProperties getProperties()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_262 Lnet/minecraft/class_18;method_262()Lnet/minecraft/class_7;
      glue method_581 Lclass_129;method_581()Lclass_104;
      server q Ldj;q()Lct;
      client x Lfd;x()Lei;
      named getProperties Lnet/minecraft/world/World;getProperties()Lnet/minecraft/world/WorldProperties;
    • updateSleepingPlayers

      public void updateSleepingPlayers()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_264 Lnet/minecraft/class_18;method_264()V
      glue method_583 Lclass_129;method_583()V
      server r Ldj;r()V
      client y Lfd;y()V
      named updateSleepingPlayers Lnet/minecraft/world/World;updateSleepingPlayers()V
    • afterSkipNight

      protected void afterSkipNight()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_266 Lnet/minecraft/class_18;method_266()V
      glue method_585 Lclass_129;method_585()V
      server s Ldj;s()V
      client z Lfd;z()V
      named afterSkipNight Lnet/minecraft/world/World;afterSkipNight()V
    • canSkipNight

      public boolean canSkipNight()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_268 Lnet/minecraft/class_18;method_268()Z
      glue method_587 Lclass_129;method_587()Z
      server t Ldj;t()Z
      client A Lfd;A()Z
      named canSkipNight Lnet/minecraft/world/World;canSkipNight()Z
    • getThunderGradient

      public float getThunderGradient(float delta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_213 Lnet/minecraft/class_18;method_213(F)F
      glue method_530 Lclass_129;method_530(F)F
      server c Ldj;c(F)F
      client f Lfd;f(F)F
      named getThunderGradient Lnet/minecraft/world/World;getThunderGradient(F)F
    • getRainGradient

      public float getRainGradient(float delta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_221 Lnet/minecraft/class_18;method_221(F)F
      glue method_538 Lclass_129;method_538(F)F
      server d Ldj;d(F)F
      client g Lfd;g(F)F
      named getRainGradient Lnet/minecraft/world/World;getRainGradient(F)F
    • setRainGradient

      @Environment(CLIENT) public void setRainGradient(float rainGradient)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_289 Lnet/minecraft/class_18;method_289(F)V
      glue method_966 Lclass_129;method_966(F)V
      server method_289 Ldj;method_289(F)V
      client h Lfd;h(F)V
      named setRainGradient Lnet/minecraft/world/World;setRainGradient(F)V
    • isThundering

      public boolean isThundering()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_269 Lnet/minecraft/class_18;method_269()Z
      glue method_588 Lclass_129;method_588()Z
      server u Ldj;u()Z
      client B Lfd;B()Z
      named isThundering Lnet/minecraft/world/World;isThundering()Z
    • isRaining

      public boolean isRaining()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_270 Lnet/minecraft/class_18;method_270()Z
      glue method_589 Lclass_129;method_589()Z
      server v Ldj;v()Z
      client C Lfd;C()Z
      named isRaining Lnet/minecraft/world/World;isRaining()Z
    • isRaining

      public boolean isRaining(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_267 Lnet/minecraft/class_18;method_267(III)Z
      glue method_586 Lclass_129;method_586(III)Z
      server s Ldj;s(III)Z
      client t Lfd;t(III)Z
      named isRaining Lnet/minecraft/world/World;isRaining(III)Z
    • setState

      public void setState(String id, PersistentState state)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_180 Lnet/minecraft/class_18;method_180(Ljava/lang/String;Lnet/minecraft/class_58;)V
      glue method_497 Lclass_129;method_497(Ljava/lang/String;Lclass_193;)V
      server a Ldj;a(Ljava/lang/String;Lfa;)V
      client a Lfd;a(Ljava/lang/String;Lhm;)V
      named setState Lnet/minecraft/world/World;setState(Ljava/lang/String;Lnet/minecraft/world/PersistentState;)V
    • getOrCreateState

      public PersistentState getOrCreateState(Class stateClass, String id)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_176 Lnet/minecraft/class_18;method_176(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/class_58;
      glue method_493 Lclass_129;method_493(Ljava/lang/Class;Ljava/lang/String;)Lclass_193;
      server a Ldj;a(Ljava/lang/Class;Ljava/lang/String;)Lfa;
      client a Lfd;a(Ljava/lang/Class;Ljava/lang/String;)Lhm;
      named getOrCreateState Lnet/minecraft/world/World;getOrCreateState(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/world/PersistentState;
    • getIdCount

      public int getIdCount(String id)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_208 Lnet/minecraft/class_18;method_208(Ljava/lang/String;)I
      glue method_525 Lclass_129;method_525(Ljava/lang/String;)I
      server b Ldj;b(Ljava/lang/String;)I
      client b Lfd;b(Ljava/lang/String;)I
      named getIdCount Lnet/minecraft/world/World;getIdCount(Ljava/lang/String;)I
    • worldEvent

      public void worldEvent(int event, int x, int y, int z, int data)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_230 Lnet/minecraft/class_18;method_230(IIIII)V
      glue method_547 Lclass_129;method_547(IIIII)V
      server e Ldj;e(IIIII)V
      client e Lfd;e(IIIII)V
      named worldEvent Lnet/minecraft/world/World;worldEvent(IIIII)V
    • worldEvent

      public void worldEvent(PlayerEntity player, int event, int x, int y, int z, int data)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_173 Lnet/minecraft/class_18;method_173(Lnet/minecraft/class_54;IIIII)V
      glue method_490 Lclass_129;method_490(Lclass_172;IIIII)V
      server a Ldj;a(Lem;IIIII)V
      client a Lfd;a(Lgs;IIIII)V
      named worldEvent Lnet/minecraft/world/World;worldEvent(Lnet/minecraft/entity/player/PlayerEntity;IIIII)V