Package net.minecraft.world
Class World
java.lang.Object
net.minecraft.world.World
- All Implemented Interfaces:
BlockView
- Direct Known Subclasses:
ClientWorld,ServerWorld
- Mappings:
Namespace Name intermediary net/minecraft/class_18glue class_129server djclient fdnamed net/minecraft/world/World
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Setprivate booleanprivate booleanprivate booleanintprivate intprivate Listprotected ChunkManagerintfinal Dimensionprotected final DimensionDataprivate Listprotected Listbooleanbooleanbooleanprotected intprotected final intprivate List(package private) static intprivate intintbooleanbooleanprivate booleanprotected WorldPropertiesprotected floatprotected floatprotected intprivate TreeSetprivate Setprivate ArrayListprivate Listprotected floatprotected floatprotected intprivate longprivate long -
Constructor Summary
ConstructorsConstructorDescriptionWorld(DimensionData dimensionData, String name, long seed) World(DimensionData dimensionData, String name, long seed, Dimension dimension) World(DimensionData dimensionData, String name, Dimension dimension, long seed) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntities(List entities) voidaddEventListener(GameEventListener eventListener) voidaddParticle(String particle, double x, double y, double z, double velocityX, double velocityY, double velocityZ) For most particles, velocity works as expected.voidaddPlayer(PlayerEntity player) protected voidvoidallowSpawning(boolean allowMonsterSpawning, boolean allowMobSpawning) booleanattemptSaving(int int2) protected voidblockUpdate(int x, int y, int z, int blockId) voidblockUpdateEvent(int x, int y, int z) voidbroadcastEntityEvent(Entity entity, byte event) floatcalculateSkyLightIntensity(float partialTicks) booleancanInteract(PlayerEntity player, int x, int y, int z) booleanbooleancanPlace(int blockId, int x, int y, int z, boolean fallingBlock, int side) booleanbooleancanSpawnEntity(Box box) booleancanTransferPower(int x, int y, int z) booleancanTransferPowerInDirection(int x, int y, int z, int direction) private voidcollectEntitiesByClass(Class entityClass, Box box) intcountEntities(Class entityClass) protected ChunkManagercreateExplosion(Entity source, double x, double y, double z, float power) createExplosion(Entity source, double x, double y, double z, float power, boolean fire) voidvoiddisplayTick(int x, int y, int z) booleanvoidextinguishFire(PlayerEntity player, int x, int y, int z, int direction) intgetAmbientDarkness(float partialTicks) getBlockEntity(int x, int y, int z) intgetBlockId(int x, int y, int z) intgetBlockMeta(int x, int y, int z) intgetBrightness(int x, int y, int z) intgetBrightness(LightType type, int x, int y, int z) getChunk(int chunkX, int chunkZ) byte[]getChunkData(int x, int y, int z, int sizeX, int sizeY, int sizeZ) getChunkFromPos(int x, int z) getClosestPlayer(double x, double y, double z, double range) getClosestPlayer(Entity entity, double range) getCloudColor(float partialTicks) getEntities(Entity entity, Box box) getEntityCollisions(Entity entity, Box box) getFogColor(float partialTicks) intgetIdCount(String id) intgetLightLevel(int int2, int int3, int int4) intgetLightLevel(int x, int y, int z, boolean bool) getMaterial(int x, int y, int z) floatgetNaturalBrightness(int x, int y, int z, int int2) getOrCreateState(Class stateClass, String id) getPlayerForProxy(Class playerClass) floatgetRainGradient(float delta) longgetSeed()getSkyColor(Entity entity, float partialTicks) intgetSpawnBlockId(int x, int z) intgetSpawnPositionValidityY(int x, int z) floatgetThunderGradient(float delta) longgetTime()floatgetTime(float partialTicks) intgetTopSolidBlockY(int x, int z) intgetTopY(int x, int z) floatgetVisibilityRatio(Vec3d vec, Box box) voidhandleChunkDataUpdate(int x, int y, int z, int sizeX, int sizeY, int sizeZ, byte[] chunkData) private booleanhasChunk(int x, int z) booleanhasSkyLight(int x, int y, int z) protected voidbooleanisAir(int x, int y, int z) booleanisAnyBlockInBox(Box box) booleanisBoxSubmergedInFluid(Box box) booleanisEmittingRedstonePower(int x, int y, int z) booleanisEmittingRedstonePowerInDirection(int x, int y, int z, int direction) booleanisFireOrLavaInBox(Box box) booleanisFluidInBox(Box boundingBox, Material fluid) Assumes the material is a fluid, and adjusts offsets accordingly to metadata.booleanisMaterialInBox(Box boundingBox, Material material) booleanisPosLoaded(int x, int y, int z) booleanbooleanisRaining(int x, int y, int z) booleanisRegionLoaded(int x, int y, int z, int range) booleanisRegionLoaded(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) booleanbooleanisTopY(int x, int y, int z) voidloadChunksNearEntity(Entity entity) protected voidloadEntitySkin(Entity entity) protected voidfloatmethod_1782(int int2, int int3, int int4) booleanmethod_1783(int int2, int int3, int int4) method_189(Entity entity, int int2, int int3, int int4, float float2) method_192(Entity entity, Entity entity2, float float2) private voidneighborUpdate(int x, int y, int z, int blockId) voidnotifyNeighbors(int x, int y, int z, int blockId) voidplayNoteBlockActionAt(int x, int y, int z, int soundType, int pitch) voidvoidvoidplayStreaming(String music, int x, int y, int z) private voidvoidprocessBlockUpdates(Collection blockUpdates) booleanprocessScheduledTicks(boolean bool) voidqueueLightUpdate(LightType type, int minX, int minY, int minZ, int maxX, int maxY, int maxZ) voidqueueLightUpdate(LightType type, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean bool) voidvoidremoveBlockEntity(int x, int y, int z) voidremoveEventListener(GameEventListener eventListener) private voidsave()voidvoidsaveWithLoadingDisplay(boolean bool, LoadingDisplay loadingDisplay) voidvoidsavingProgress(LoadingDisplay display) voidscheduleBlockUpdate(int x, int y, int z, int id, int tickRate) voidserverRemove(Entity entity) booleansetBlock(int x, int y, int z, int blockId) booleansetBlock(int x, int y, int z, int blockId, int meta) voidsetBlockDirty(int x, int y, int z) voidsetBlockEntity(int x, int y, int z, BlockEntity blockEntity) voidsetBlockMeta(int x, int y, int z, int meta) booleansetBlockMetaWithoutNotifyingNeighbors(int x, int y, int z, int meta) voidsetBlocksDirty(int x, int z, int minY, int maxY) voidsetBlocksDirty(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) booleansetBlockWithoutNotifyingNeighbors(int x, int y, int z, int blockId) booleansetBlockWithoutNotifyingNeighbors(int x, int y, int z, int blockId, int meta) voidvoidsetRainGradient(float rainGradient) voidsetSpawnPos(Vec3i pos) voidsetState(String id, PersistentState state) voidsetTime(long time) booleanshouldSuffocate(int x, int y, int z) booleanspawnEntity(Entity entity) booleanspawnGlobalEntity(Entity entity) voidsynchronizeTimeAndUpdates(long time) voidtick()voidvoidvoidunloadEntities(List entities) protected voidunloadEntitySkin(Entity entity) voidupdateBlockEntity(int x, int y, int z, BlockEntity blockEntity) voidupdateEntity(Entity entity) voidupdateEntity(Entity entity, boolean bool) voidvoidupdateLight(LightType lightType, int x, int y, int z, int int2) booleanupdateMovementInFluid(Box entityBoundingBox, Material fluidMaterial, Entity entity) Also could be for materials, but updated in later versions to be exclusive to fluidsvoidvoidvoidprotected voidvoidworldEvent(int event, int x, int y, int z, int data) voidworldEvent(PlayerEntity player, int event, int x, int y, int z, int data)
-
Field Details
-
lightingQueueCount
static int lightingQueueCount- Mappings:
Namespace Name Mixin selector intermediary field_179Lnet/minecraft/class_18;field_179:Iglue field_412Lclass_129;field_412:Iserver ALdj;A:Iclient ALfd;A:Inamed lightingQueueCountLnet/minecraft/world/World;lightingQueueCount:I
-
instantBlockUpdateEnabled
public boolean instantBlockUpdateEnabled- Mappings:
Namespace Name Mixin selector intermediary field_197Lnet/minecraft/class_18;field_197:Zglue field_430Lclass_129;field_430:Zserver aLdj;a:Zclient aLfd;a:Znamed instantBlockUpdateEnabledLnet/minecraft/world/World;instantBlockUpdateEnabled:Z
-
lightingQueue
- Mappings:
Namespace Name Mixin selector intermediary field_181Lnet/minecraft/class_18;field_181:Ljava/util/List;glue field_414Lclass_129;field_414:Ljava/util/List;server CLdj;C:Ljava/util/List;client CLfd;C:Ljava/util/List;named lightingQueueLnet/minecraft/world/World;lightingQueue:Ljava/util/List;
-
entities
- Mappings:
Namespace Name Mixin selector intermediary field_198Lnet/minecraft/class_18;field_198:Ljava/util/List;glue field_431Lclass_129;field_431:Ljava/util/List;server bLdj;b:Ljava/util/List;client bLfd;b:Ljava/util/List;named entitiesLnet/minecraft/world/World;entities:Ljava/util/List;
-
entitiesToUnload
- Mappings:
Namespace Name Mixin selector intermediary field_182Lnet/minecraft/class_18;field_182:Ljava/util/List;glue field_415Lclass_129;field_415:Ljava/util/List;server DLdj;D:Ljava/util/List;client DLfd;D:Ljava/util/List;named entitiesToUnloadLnet/minecraft/world/World;entitiesToUnload:Ljava/util/List;
-
scheduledUpdates
- Mappings:
Namespace Name Mixin selector intermediary field_183Lnet/minecraft/class_18;field_183:Ljava/util/TreeSet;glue field_416Lclass_129;field_416:Ljava/util/TreeSet;server ELdj;E:Ljava/util/TreeSet;client ELfd;E:Ljava/util/TreeSet;named scheduledUpdatesLnet/minecraft/world/World;scheduledUpdates:Ljava/util/TreeSet;
-
scheduledUpdateSet
- Mappings:
Namespace Name Mixin selector intermediary field_184Lnet/minecraft/class_18;field_184:Ljava/util/Set;glue field_417Lclass_129;field_417:Ljava/util/Set;server FLdj;F:Ljava/util/Set;client FLfd;F:Ljava/util/Set;named scheduledUpdateSetLnet/minecraft/world/World;scheduledUpdateSet:Ljava/util/Set;
-
blockEntities
- Mappings:
Namespace Name Mixin selector intermediary field_199Lnet/minecraft/class_18;field_199:Ljava/util/List;glue field_432Lclass_129;field_432:Ljava/util/List;server cLdj;c:Ljava/util/List;client cLfd;c:Ljava/util/List;named blockEntitiesLnet/minecraft/world/World;blockEntities:Ljava/util/List;
-
blockEntityUpdateQueue
- Mappings:
Namespace Name Mixin selector intermediary field_185Lnet/minecraft/class_18;field_185:Ljava/util/List;glue field_418Lclass_129;field_418:Ljava/util/List;server GLdj;G:Ljava/util/List;client GLfd;G:Ljava/util/List;named blockEntityUpdateQueueLnet/minecraft/world/World;blockEntityUpdateQueue:Ljava/util/List;
-
players
- Mappings:
Namespace Name Mixin selector intermediary field_200Lnet/minecraft/class_18;field_200:Ljava/util/List;glue field_433Lclass_129;field_433:Ljava/util/List;server dLdj;d:Ljava/util/List;client dLfd;d:Ljava/util/List;named playersLnet/minecraft/world/World;players:Ljava/util/List;
-
globalEntities
- Mappings:
Namespace Name Mixin selector intermediary field_201Lnet/minecraft/class_18;field_201:Ljava/util/List;glue field_434Lclass_129;field_434:Ljava/util/List;server eLdj;e:Ljava/util/List;client eLfd;e:Ljava/util/List;named globalEntitiesLnet/minecraft/world/World;globalEntities:Ljava/util/List;
-
worldTimeMask
private long worldTimeMask- Mappings:
Namespace Name Mixin selector intermediary field_186Lnet/minecraft/class_18;field_186:Jglue field_419Lclass_129;field_419:Jserver HLdj;H:Jclient HLfd;H:Jnamed worldTimeMaskLnet/minecraft/world/World;worldTimeMask:J
-
ambientDarkness
public int ambientDarkness- Mappings:
Namespace Name Mixin selector intermediary field_202Lnet/minecraft/class_18;field_202:Iglue field_435Lclass_129;field_435:Iserver fLdj;f:Iclient fLfd;f:Inamed ambientDarknessLnet/minecraft/world/World;ambientDarkness:I
-
lcgBlockSeed
protected int lcgBlockSeed- Mappings:
Namespace Name Mixin selector intermediary field_203Lnet/minecraft/class_18;field_203:Iglue field_436Lclass_129;field_436:Iserver gLdj;g:Iclient gLfd;g:Inamed lcgBlockSeedLnet/minecraft/world/World;lcgBlockSeed:I
-
lcgBlockSeedIncrement
protected final int lcgBlockSeedIncrement- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_204Lnet/minecraft/class_18;field_204:Iglue field_437Lclass_129;field_437:Iserver hLdj;h:Iclient hLfd;h:Inamed lcgBlockSeedIncrementLnet/minecraft/world/World;lcgBlockSeedIncrement:I
-
rainGradientPrev
protected float rainGradientPrev- Mappings:
Namespace Name Mixin selector intermediary field_205Lnet/minecraft/class_18;field_205:Fglue field_438Lclass_129;field_438:Fserver iLdj;i:Fclient iLfd;i:Fnamed rainGradientPrevLnet/minecraft/world/World;rainGradientPrev:F
-
rainGradient
protected float rainGradient- Mappings:
Namespace Name Mixin selector intermediary field_206Lnet/minecraft/class_18;field_206:Fglue field_439Lclass_129;field_439:Fserver jLdj;j:Fclient jLfd;j:Fnamed rainGradientLnet/minecraft/world/World;rainGradient:F
-
thunderGradientPrev
protected float thunderGradientPrev- Mappings:
Namespace Name Mixin selector intermediary field_207Lnet/minecraft/class_18;field_207:Fglue field_440Lclass_129;field_440:Fserver kLdj;k:Fclient kLfd;k:Fnamed thunderGradientPrevLnet/minecraft/world/World;thunderGradientPrev:F
-
thunderGradient
protected float thunderGradient- Mappings:
Namespace Name Mixin selector intermediary field_208Lnet/minecraft/class_18;field_208:Fglue field_441Lclass_129;field_441:Fserver lLdj;l:Fclient lLfd;l:Fnamed thunderGradientLnet/minecraft/world/World;thunderGradient:F
-
ticksSinceLightning
protected int ticksSinceLightning- Mappings:
Namespace Name Mixin selector intermediary field_209Lnet/minecraft/class_18;field_209:Iglue field_442Lclass_129;field_442:Iserver mLdj;m:Iclient mLfd;m:Inamed ticksSinceLightningLnet/minecraft/world/World;ticksSinceLightning:I
-
lightningTicksLeft
public int lightningTicksLeft- Mappings:
Namespace Name Mixin selector intermediary field_210Lnet/minecraft/class_18;field_210:Iglue field_443Lclass_129;field_443:Iserver nLdj;n:Iclient nLfd;n:Inamed lightningTicksLeftLnet/minecraft/world/World;lightningTicksLeft:I
-
pauseTicking
public boolean pauseTicking- Mappings:
Namespace Name Mixin selector intermediary field_211Lnet/minecraft/class_18;field_211:Zglue field_444Lclass_129;field_444:Zserver oLdj;o:Zclient oLfd;o:Znamed pauseTickingLnet/minecraft/world/World;pauseTicking:Z
-
timeLoaded
private long timeLoaded- Mappings:
Namespace Name Mixin selector intermediary field_187Lnet/minecraft/class_18;field_187:Jglue field_420Lclass_129;field_420:Jserver ILdj;I:Jclient ILfd;I:Jnamed timeLoadedLnet/minecraft/world/World;timeLoaded:J
-
saveInterval
protected int saveInterval- Mappings:
Namespace Name Mixin selector intermediary field_212Lnet/minecraft/class_18;field_212:Iglue field_445Lclass_129;field_445:Iserver pLdj;p:Iclient pLfd;p:Inamed saveIntervalLnet/minecraft/world/World;saveInterval:I
-
difficulty
public int difficulty- Mappings:
Namespace Name Mixin selector intermediary field_213Lnet/minecraft/class_18;field_213:Iglue field_446Lclass_129;field_446:Iserver qLdj;q:Iclient qLfd;q:Inamed difficultyLnet/minecraft/world/World;difficulty:I
-
random
- Mappings:
Namespace Name Mixin selector intermediary field_214Lnet/minecraft/class_18;field_214:Ljava/util/Random;glue field_447Lclass_129;field_447:Ljava/util/Random;server rLdj;r:Ljava/util/Random;client rLfd;r:Ljava/util/Random;named randomLnet/minecraft/world/World;random:Ljava/util/Random;
-
newWorld
public boolean newWorld- Mappings:
Namespace Name Mixin selector intermediary field_215Lnet/minecraft/class_18;field_215:Zglue field_448Lclass_129;field_448:Zserver sLdj;s:Zclient sLfd;s:Znamed newWorldLnet/minecraft/world/World;newWorld:Z
-
dimension
- Mappings:
Namespace Name Mixin selector intermediary field_216Lnet/minecraft/class_18;field_216:Lnet/minecraft/class_50;glue field_449Lclass_129;field_449:Lclass_570;server tLdj;t:Los;client tLfd;t:Lxa;named dimensionLnet/minecraft/world/World;dimension:Lnet/minecraft/world/dimension/Dimension;
-
eventListeners
- Mappings:
Namespace Name Mixin selector intermediary field_217Lnet/minecraft/class_18;field_217:Ljava/util/List;glue field_450Lclass_129;field_450:Ljava/util/List;server uLdj;u:Ljava/util/List;client uLfd;u:Ljava/util/List;named eventListenersLnet/minecraft/world/World;eventListeners:Ljava/util/List;
-
chunkManager
- Mappings:
Namespace Name Mixin selector intermediary field_218Lnet/minecraft/class_18;field_218:Lnet/minecraft/class_51;glue field_451Lclass_129;field_451:Lclass_60;server vLdj;v:Lbl;client vLfd;v:Lcl;named chunkManagerLnet/minecraft/world/World;chunkManager:Lnet/minecraft/world/chunk/ChunkManager;
-
dimensionData
- Mappings:
Namespace Name Mixin selector intermediary field_219Lnet/minecraft/class_18;field_219:Lnet/minecraft/class_52;glue field_452Lclass_129;field_452:Lclass_561;server wLdj;w:Lom;client wLfd;w:Lwt;named dimensionDataLnet/minecraft/world/World;dimensionData:Lnet/minecraft/world/dimension/DimensionData;
-
properties
- Mappings:
Namespace Name Mixin selector intermediary field_220Lnet/minecraft/class_18;field_220:Lnet/minecraft/class_7;glue field_453Lclass_129;field_453:Lclass_104;server xLdj;x:Lct;client xLfd;x:Lei;named propertiesLnet/minecraft/world/World;properties:Lnet/minecraft/world/WorldProperties;
-
eventProcessingEnabled
public boolean eventProcessingEnabled- Mappings:
Namespace Name Mixin selector intermediary field_221Lnet/minecraft/class_18;field_221:Zglue field_454Lclass_129;field_454:Zserver yLdj;y:Zclient yLfd;y:Znamed eventProcessingEnabledLnet/minecraft/world/World;eventProcessingEnabled:Z
-
allPlayersSleeping
private boolean allPlayersSleeping- Mappings:
Namespace Name Mixin selector intermediary field_188Lnet/minecraft/class_18;field_188:Zglue field_421Lclass_129;field_421:Zserver JLdj;J:Zclient JLfd;J:Znamed allPlayersSleepingLnet/minecraft/world/World;allPlayersSleeping:Z
-
persistentStateManager
- Mappings:
Namespace Name Mixin selector intermediary field_222Lnet/minecraft/class_18;field_222:Lnet/minecraft/class_53;glue field_455Lclass_129;field_455:Lclass_179;server zLdj;z:Les;client zLfd;z:Lhc;named persistentStateManagerLnet/minecraft/world/World;persistentStateManager:Lnet/minecraft/world/PersistentStateManager;
-
tempCollisionBoxes
- Mappings:
Namespace Name Mixin selector intermediary field_189Lnet/minecraft/class_18;field_189:Ljava/util/ArrayList;glue field_422Lclass_129;field_422:Ljava/util/ArrayList;server KLdj;K:Ljava/util/ArrayList;client KLfd;K:Ljava/util/ArrayList;named tempCollisionBoxesLnet/minecraft/world/World;tempCollisionBoxes:Ljava/util/ArrayList;
-
processingDeferred
private boolean processingDeferred- Mappings:
Namespace Name Mixin selector intermediary field_190Lnet/minecraft/class_18;field_190:Zglue field_423Lclass_129;field_423:Zserver LLdj;L:Zclient LLfd;L:Znamed processingDeferredLnet/minecraft/world/World;processingDeferred:Z
-
lightingUpdateCount
private int lightingUpdateCount- Mappings:
Namespace Name Mixin selector intermediary field_191Lnet/minecraft/class_18;field_191:Iglue field_424Lclass_129;field_424:Iserver MLdj;M:Iclient MLfd;M:Inamed lightingUpdateCountLnet/minecraft/world/World;lightingUpdateCount:I
-
allowMonsterSpawning
private boolean allowMonsterSpawning- Mappings:
Namespace Name Mixin selector intermediary field_192Lnet/minecraft/class_18;field_192:Zglue field_425Lclass_129;field_425:Zserver NLdj;N:Zclient NLfd;N:Znamed allowMonsterSpawningLnet/minecraft/world/World;allowMonsterSpawning:Z
-
allowMobSpawning
private boolean allowMobSpawning- Mappings:
Namespace Name Mixin selector intermediary field_193Lnet/minecraft/class_18;field_193:Zglue field_426Lclass_129;field_426:Zserver OLdj;O:Zclient OLfd;O:Znamed allowMobSpawningLnet/minecraft/world/World;allowMobSpawning:Z
-
activeChunks
- Mappings:
Namespace Name Mixin selector intermediary field_194Lnet/minecraft/class_18;field_194:Ljava/util/Set;glue field_427Lclass_129;field_427:Ljava/util/Set;server PLdj;P:Ljava/util/Set;client PLfd;P:Ljava/util/Set;named activeChunksLnet/minecraft/world/World;activeChunks:Ljava/util/Set;
-
ambientSoundCounter
private int ambientSoundCounter- Mappings:
Namespace Name Mixin selector intermediary field_195Lnet/minecraft/class_18;field_195:Iglue field_428Lclass_129;field_428:Iserver QLdj;Q:Iclient QLfd;Q:Inamed ambientSoundCounterLnet/minecraft/world/World;ambientSoundCounter:I
-
tempEntityList
- Mappings:
Namespace Name Mixin selector intermediary field_196Lnet/minecraft/class_18;field_196:Ljava/util/List;glue field_429Lclass_129;field_429:Ljava/util/List;server RLdj;R:Ljava/util/List;client RLfd;R:Ljava/util/List;named tempEntityListLnet/minecraft/world/World;tempEntityList:Ljava/util/List;
-
isRemote
public boolean isRemote- Mappings:
Namespace Name Mixin selector intermediary field_180Lnet/minecraft/class_18;field_180:Zglue field_413Lclass_129;field_413:Zserver BLdj;B:Zclient BLfd;B:Znamed isRemoteLnet/minecraft/world/World;isRemote:Z
-
-
Constructor Details
-
World
@Environment(CLIENT) public World(DimensionData dimensionData, 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)Vglue <init>Lclass_129;<init>(Lclass_561;Ljava/lang/String;Lclass_570;J)Vserver <init>Ldj;<init>(Lom;Ljava/lang/String;Los;J)Vclient <init>Lfd;<init>(Lwt;Ljava/lang/String;Lxa;J)Vnamed <init>Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/dimension/DimensionData;Ljava/lang/String;Lnet/minecraft/world/dimension/Dimension;J)V
-
World
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_18;Lnet/minecraft/class_50;)Vglue <init>Lclass_129;<init>(Lclass_129;Lclass_570;)Vserver <init>Ldj;<init>(Ldj;Los;)Vclient <init>Lfd;<init>(Lfd;Lxa;)Vnamed <init>Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/World;Lnet/minecraft/world/dimension/Dimension;)V
-
World
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_52;Ljava/lang/String;J)Vglue <init>Lclass_129;<init>(Lclass_561;Ljava/lang/String;J)Vserver <init>Ldj;<init>(Lom;Ljava/lang/String;J)Vclient <init>Lfd;<init>(Lwt;Ljava/lang/String;J)Vnamed <init>Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/dimension/DimensionData;Ljava/lang/String;J)V
-
World
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_18;<init>(Lnet/minecraft/class_52;Ljava/lang/String;JLnet/minecraft/class_50;)Vglue <init>Lclass_129;<init>(Lclass_561;Ljava/lang/String;JLclass_570;)Vserver <init>Ldj;<init>(Lom;Ljava/lang/String;JLos;)Vclient <init>Lfd;<init>(Lwt;Ljava/lang/String;JLxa;)Vnamed <init>Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/dimension/DimensionData;Ljava/lang/String;JLnet/minecraft/world/dimension/Dimension;)V
-
-
Method Details
-
method_1781
- Specified by:
method_1781in interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1781Lnet/minecraft/class_18;method_1781()Lnet/minecraft/class_519;glue method_465Lclass_129;method_465()Lclass_592;server aLdj;a()Lph;client aLfd;a()Lxv;named method_1781Lnet/minecraft/world/World;method_1781()Lnet/minecraft/world/biome/source/BiomeSource;
-
createChunkManager
- Mappings:
Namespace Name Mixin selector intermediary method_197Lnet/minecraft/class_18;method_197()Lnet/minecraft/class_51;glue method_514Lclass_129;method_514()Lclass_60;server bLdj;b()Lbl;client bLfd;b()Lcl;named createChunkManagerLnet/minecraft/world/World;createChunkManager()Lnet/minecraft/world/chunk/ChunkManager;
-
initializeSpawnPoint
protected void initializeSpawnPoint()- Mappings:
Namespace Name Mixin selector intermediary method_212Lnet/minecraft/class_18;method_212()Vglue method_529Lclass_129;method_529()Vserver cLdj;c()Vclient cLfd;c()Vnamed initializeSpawnPointLnet/minecraft/world/World;initializeSpawnPoint()V
-
updateSpawnPosition
- Mappings:
Namespace Name Mixin selector intermediary method_283Lnet/minecraft/class_18;method_283()Vglue method_960Lclass_129;method_960()Vserver method_283Ldj;method_283()Vclient dLfd;d()Vnamed updateSpawnPositionLnet/minecraft/world/World;updateSpawnPosition()V
-
getSpawnBlockId
public int getSpawnBlockId(int x, int z) - Mappings:
Namespace Name Mixin selector intermediary method_152Lnet/minecraft/class_18;method_152(II)Iglue method_469Lclass_129;method_469(II)Iserver aLdj;a(II)Iclient aLfd;a(II)Inamed getSpawnBlockIdLnet/minecraft/world/World;getSpawnBlockId(II)I
-
saveWorldData
- Mappings:
Namespace Name Mixin selector intermediary method_285Lnet/minecraft/class_18;method_285()Vglue method_962Lclass_129;method_962()Vserver method_285Ldj;method_285()Vclient eLfd;e()Vnamed saveWorldDataLnet/minecraft/world/World;saveWorldData()V
-
addPlayer
- Mappings:
Namespace Name Mixin selector intermediary method_277Lnet/minecraft/class_18;method_277(Lnet/minecraft/class_54;)Vglue method_954Lclass_129;method_954(Lclass_172;)Vserver method_277Ldj;method_277(Lem;)Vclient aLfd;a(Lgs;)Vnamed addPlayerLnet/minecraft/world/World;addPlayer(Lnet/minecraft/entity/player/PlayerEntity;)V
-
saveWithLoadingDisplay
- Mappings:
Namespace Name Mixin selector intermediary method_195Lnet/minecraft/class_18;method_195(ZLnet/minecraft/class_62;)Vglue method_512Lclass_129;method_512(ZLclass_595;)Vserver aLdj;a(ZLpj;)Vclient aLfd;a(ZLyb;)Vnamed saveWithLoadingDisplayLnet/minecraft/world/World;saveWithLoadingDisplay(ZLnet/minecraft/client/gui/screen/LoadingDisplay;)V
-
save
private void save()- Mappings:
Namespace Name Mixin selector intermediary method_271Lnet/minecraft/class_18;method_271()Vglue method_590Lclass_129;method_590()Vserver wLdj;w()Vclient DLfd;D()Vnamed saveLnet/minecraft/world/World;save()V
-
attemptSaving
- Mappings:
Namespace Name Mixin selector intermediary method_274Lnet/minecraft/class_18;method_274(I)Zglue method_951Lclass_129;method_951(I)Zserver method_274Ldj;method_274(I)Zclient aLfd;a(I)Znamed attemptSavingLnet/minecraft/world/World;attemptSaving(I)Z
-
getBlockId
public int getBlockId(int x, int y, int z) - Specified by:
getBlockIdin interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1776Lnet/minecraft/class_14;method_1776(III)Iglue method_449Lclass_584;method_449(III)Iserver aLpb;a(III)Iclient aLxp;a(III)Inamed getBlockIdLnet/minecraft/world/BlockView;getBlockId(III)I
-
isAir
public boolean isAir(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_234Lnet/minecraft/class_18;method_234(III)Zglue method_551Lclass_129;method_551(III)Zserver fLdj;f(III)Zclient dLfd;d(III)Znamed isAirLnet/minecraft/world/World;isAir(III)Z
-
isPosLoaded
public boolean isPosLoaded(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_239Lnet/minecraft/class_18;method_239(III)Zglue method_556Lclass_129;method_556(III)Zserver gLdj;g(III)Zclient iLfd;i(III)Znamed isPosLoadedLnet/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_153Lnet/minecraft/class_18;method_153(IIII)Zglue method_470Lclass_129;method_470(IIII)Zserver aLdj;a(IIII)Zclient bLfd;b(IIII)Znamed isRegionLoadedLnet/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_155Lnet/minecraft/class_18;method_155(IIIIII)Zglue method_472Lclass_129;method_472(IIIIII)Zserver aLdj;a(IIIIII)Zclient aLfd;a(IIIIII)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(IIIIII)Z
-
hasChunk
private boolean hasChunk(int x, int z) - Mappings:
Namespace Name Mixin selector intermediary method_238Lnet/minecraft/class_18;method_238(II)Zglue method_555Lclass_129;method_555(II)Zserver gLdj;g(II)Zclient fLfd;f(II)Znamed hasChunkLnet/minecraft/world/World;hasChunk(II)Z
-
getChunkFromPos
- Mappings:
Namespace Name Mixin selector intermediary method_199Lnet/minecraft/class_18;method_199(II)Lnet/minecraft/class_43;glue method_516Lclass_129;method_516(II)Lclass_279;server bLdj;b(II)Lhi;client bLfd;b(II)Llm;named getChunkFromPosLnet/minecraft/world/World;getChunkFromPos(II)Lnet/minecraft/world/chunk/Chunk;
-
getChunk
- Mappings:
Namespace Name Mixin selector intermediary method_214Lnet/minecraft/class_18;method_214(II)Lnet/minecraft/class_43;glue method_531Lclass_129;method_531(II)Lclass_279;server cLdj;c(II)Lhi;client cLfd;c(II)Llm;named getChunkLnet/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_154Lnet/minecraft/class_18;method_154(IIIII)Zglue method_471Lclass_129;method_471(IIIII)Zserver aLdj;a(IIIII)Zclient aLfd;a(IIIII)Znamed setBlockWithoutNotifyingNeighborsLnet/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_200Lnet/minecraft/class_18;method_200(IIII)Zglue method_517Lclass_129;method_517(IIII)Zserver bLdj;b(IIII)Zclient cLfd;c(IIII)Znamed setBlockWithoutNotifyingNeighborsLnet/minecraft/world/World;setBlockWithoutNotifyingNeighbors(IIII)Z
-
getMaterial
- Specified by:
getMaterialin interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1779Lnet/minecraft/class_14;method_1779(III)Lnet/minecraft/class_15;glue method_452Lclass_584;method_452(III)Lclass_280;server dLpb;d(III)Lhj;client fLxp;f(III)Lln;named getMaterialLnet/minecraft/world/BlockView;getMaterial(III)Lnet/minecraft/block/material/Material;
-
getBlockMeta
public int getBlockMeta(int x, int y, int z) - Specified by:
getBlockMetain interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1778Lnet/minecraft/class_14;method_1778(III)Iglue method_451Lclass_584;method_451(III)Iserver cLpb;c(III)Iclient eLxp;e(III)Inamed getBlockMetaLnet/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_215Lnet/minecraft/class_18;method_215(IIII)Vglue method_532Lclass_129;method_532(IIII)Vserver cLdj;c(IIII)Vclient dLfd;d(IIII)Vnamed setBlockMetaLnet/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_223Lnet/minecraft/class_18;method_223(IIII)Zglue method_540Lclass_129;method_540(IIII)Zserver dLdj;d(IIII)Zclient eLfd;e(IIII)Znamed setBlockMetaWithoutNotifyingNeighborsLnet/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_229Lnet/minecraft/class_18;method_229(IIII)Zglue method_546Lclass_129;method_546(IIII)Zserver eLdj;e(IIII)Zclient fLfd;f(IIII)Znamed setBlockLnet/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_201Lnet/minecraft/class_18;method_201(IIIII)Zglue method_518Lclass_129;method_518(IIIII)Zserver bLdj;b(IIIII)Zclient bLfd;b(IIIII)Znamed setBlockLnet/minecraft/world/World;setBlock(IIIII)Z
-
blockUpdateEvent
public void blockUpdateEvent(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_243Lnet/minecraft/class_18;method_243(III)Vglue method_560Lclass_129;method_560(III)Vserver hLdj;h(III)Vclient jLfd;j(III)Vnamed blockUpdateEventLnet/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_235Lnet/minecraft/class_18;method_235(IIII)Vglue method_552Lclass_129;method_552(IIII)Vserver fLdj;f(IIII)Vclient gLfd;g(IIII)Vnamed blockUpdateLnet/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_240Lnet/minecraft/class_18;method_240(IIII)Vglue method_557Lclass_129;method_557(IIII)Vserver gLdj;g(IIII)Vclient hLfd;h(IIII)Vnamed setBlocksDirtyLnet/minecraft/world/World;setBlocksDirty(IIII)V
-
setBlockDirty
public void setBlockDirty(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_246Lnet/minecraft/class_18;method_246(III)Vglue method_563Lclass_129;method_563(III)Vserver iLdj;i(III)Vclient kLfd;k(III)Vnamed setBlockDirtyLnet/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_202Lnet/minecraft/class_18;method_202(IIIIII)Vglue method_519Lclass_129;method_519(IIIIII)Vserver bLdj;b(IIIIII)Vclient bLfd;b(IIIIII)Vnamed setBlocksDirtyLnet/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_244Lnet/minecraft/class_18;method_244(IIII)Vglue method_561Lclass_129;method_561(IIII)Vserver hLdj;h(IIII)Vclient iLfd;i(IIII)Vnamed notifyNeighborsLnet/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_253Lnet/minecraft/class_18;method_253(IIII)Vglue method_570Lclass_129;method_570(IIII)Vserver kLdj;k(IIII)Vclient lLfd;l(IIII)Vnamed neighborUpdateLnet/minecraft/world/World;neighborUpdate(IIII)V
-
hasSkyLight
public boolean hasSkyLight(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_249Lnet/minecraft/class_18;method_249(III)Zglue method_566Lclass_129;method_566(III)Zserver jLdj;j(III)Zclient lLfd;l(III)Znamed hasSkyLightLnet/minecraft/world/World;hasSkyLight(III)Z
-
getBrightness
public int getBrightness(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_252Lnet/minecraft/class_18;method_252(III)Iglue method_569Lclass_129;method_569(III)Iserver kLdj;k(III)Iclient mLfd;m(III)Inamed getBrightnessLnet/minecraft/world/World;getBrightness(III)I
-
getLightLevel
public int getLightLevel(int int2, int int3, int int4) - Mappings:
Namespace Name Mixin selector intermediary method_255Lnet/minecraft/class_18;method_255(III)Iglue method_572Lclass_129;method_572(III)Iserver lLdj;l(III)Iclient nLfd;n(III)Inamed getLightLevelLnet/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_158Lnet/minecraft/class_18;method_158(IIIZ)Iglue method_475Lclass_129;method_475(IIIZ)Iserver aLdj;a(IIIZ)Iclient aLfd;a(IIIZ)Inamed getLightLevelLnet/minecraft/world/World;getLightLevel(IIIZ)I
-
isTopY
public boolean isTopY(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_257Lnet/minecraft/class_18;method_257(III)Zglue method_574Lclass_129;method_574(III)Zserver mLdj;m(III)Zclient oLfd;o(III)Znamed isTopYLnet/minecraft/world/World;isTopY(III)Z
-
getTopY
public int getTopY(int x, int z) - Mappings:
Namespace Name Mixin selector intermediary method_222Lnet/minecraft/class_18;method_222(II)Iglue method_539Lclass_129;method_539(II)Iserver dLdj;d(II)Iclient dLfd;d(II)Inamed getTopYLnet/minecraft/world/World;getTopY(II)I
-
updateLight
- Mappings:
Namespace Name Mixin selector intermediary method_165Lnet/minecraft/class_18;method_165(Lnet/minecraft/class_56;IIII)Vglue method_482Lclass_129;method_482(Lclass_97;IIII)Vserver aLdj;a(Lco;IIII)Vclient aLfd;a(Leb;IIII)Vnamed updateLightLnet/minecraft/world/World;updateLight(Lnet/minecraft/world/LightType;IIII)V
-
getBrightness
- Mappings:
Namespace Name Mixin selector intermediary method_164Lnet/minecraft/class_18;method_164(Lnet/minecraft/class_56;III)Iglue method_481Lclass_129;method_481(Lclass_97;III)Iserver aLdj;a(Lco;III)Iclient aLfd;a(Leb;III)Inamed getBrightnessLnet/minecraft/world/World;getBrightness(Lnet/minecraft/world/LightType;III)I
-
setLight
- Mappings:
Namespace Name Mixin selector intermediary method_205Lnet/minecraft/class_18;method_205(Lnet/minecraft/class_56;IIII)Vglue method_522Lclass_129;method_522(Lclass_97;IIII)Vserver bLdj;b(Lco;IIII)Vclient bLfd;b(Leb;IIII)Vnamed setLightLnet/minecraft/world/World;setLight(Lnet/minecraft/world/LightType;IIII)V
-
getNaturalBrightness
- Specified by:
getNaturalBrightnessin interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1784Lnet/minecraft/class_14;method_1784(IIII)Fglue method_878Lclass_584;method_878(IIII)Fserver method_1784Lpb;method_1784(IIII)Fclient aLxp;a(IIII)Fnamed getNaturalBrightnessLnet/minecraft/world/BlockView;getNaturalBrightness(IIII)F
-
method_1782
public float method_1782(int int2, int int3, int int4) - Specified by:
method_1782in interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1782Lnet/minecraft/class_18;method_1782(III)Fglue method_576Lclass_129;method_576(III)Fserver nLdj;n(III)Fclient cLfd;c(III)Fnamed method_1782Lnet/minecraft/world/World;method_1782(III)F
-
canMonsterSpawn
public boolean canMonsterSpawn()- Mappings:
Namespace Name Mixin selector intermediary method_220Lnet/minecraft/class_18;method_220()Zglue method_537Lclass_129;method_537()Zserver dLdj;d()Zclient fLfd;f()Znamed canMonsterSpawnLnet/minecraft/world/World;canMonsterSpawn()Z
-
raycast
- Mappings:
Namespace Name Mixin selector intermediary method_160Lnet/minecraft/class_18;method_160(Lnet/minecraft/class_26;Lnet/minecraft/class_26;)Lnet/minecraft/class_27;glue method_477Lclass_129;method_477(Lclass_45;Lclass_45;)Lclass_518;server aLdj;a(Lba;Lba;)Lnh;client aLfd;a(Lbt;Lbt;)Lvf;named raycastLnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/hit/HitResult;
-
raycast
- Mappings:
Namespace Name Mixin selector intermediary method_161Lnet/minecraft/class_18;method_161(Lnet/minecraft/class_26;Lnet/minecraft/class_26;Z)Lnet/minecraft/class_27;glue method_478Lclass_129;method_478(Lclass_45;Lclass_45;Z)Lclass_518;server aLdj;a(Lba;Lba;Z)Lnh;client aLfd;a(Lbt;Lbt;Z)Lvf;named raycastLnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Z)Lnet/minecraft/util/hit/HitResult;
-
raycast
- Mappings:
Namespace Name Mixin selector intermediary method_162Lnet/minecraft/class_18;method_162(Lnet/minecraft/class_26;Lnet/minecraft/class_26;ZZ)Lnet/minecraft/class_27;glue method_479Lclass_129;method_479(Lclass_45;Lclass_45;ZZ)Lclass_518;server aLdj;a(Lba;Lba;ZZ)Lnh;client aLfd;a(Lbt;Lbt;ZZ)Lvf;named raycastLnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;ZZ)Lnet/minecraft/util/hit/HitResult;
-
playSound
- Mappings:
Namespace Name Mixin selector intermediary method_191Lnet/minecraft/class_18;method_191(Lnet/minecraft/class_57;Ljava/lang/String;FF)Vglue method_508Lclass_129;method_508(Lclass_450;Ljava/lang/String;FF)Vserver aLdj;a(Llq;Ljava/lang/String;FF)Vclient aLfd;a(Lsn;Ljava/lang/String;FF)Vnamed playSoundLnet/minecraft/world/World;playSound(Lnet/minecraft/entity/Entity;Ljava/lang/String;FF)V
-
playSound
- Mappings:
Namespace Name Mixin selector intermediary method_150Lnet/minecraft/class_18;method_150(DDDLjava/lang/String;FF)Vglue method_467Lclass_129;method_467(DDDLjava/lang/String;FF)Vserver aLdj;a(DDDLjava/lang/String;FF)Vclient aLfd;a(DDDLjava/lang/String;FF)Vnamed playSoundLnet/minecraft/world/World;playSound(DDDLjava/lang/String;FF)V
-
playStreaming
- Mappings:
Namespace Name Mixin selector intermediary method_179Lnet/minecraft/class_18;method_179(Ljava/lang/String;III)Vglue method_496Lclass_129;method_496(Ljava/lang/String;III)Vserver aLdj;a(Ljava/lang/String;III)Vclient aLfd;a(Ljava/lang/String;III)Vnamed playStreamingLnet/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_178Lnet/minecraft/class_18;method_178(Ljava/lang/String;DDDDDD)Vglue method_495Lclass_129;method_495(Ljava/lang/String;DDDDDD)Vserver aLdj;a(Ljava/lang/String;DDDDDD)Vclient aLfd;a(Ljava/lang/String;DDDDDD)Vnamed addParticleLnet/minecraft/world/World;addParticle(Ljava/lang/String;DDDDDD)V
-
spawnGlobalEntity
- Mappings:
Namespace Name Mixin selector intermediary method_184Lnet/minecraft/class_18;method_184(Lnet/minecraft/class_57;)Zglue method_501Lclass_129;method_501(Lclass_450;)Zserver aLdj;a(Llq;)Zclient aLfd;a(Lsn;)Znamed spawnGlobalEntityLnet/minecraft/world/World;spawnGlobalEntity(Lnet/minecraft/entity/Entity;)Z
-
spawnEntity
- Mappings:
Namespace Name Mixin selector intermediary method_210Lnet/minecraft/class_18;method_210(Lnet/minecraft/class_57;)Zglue method_527Lclass_129;method_527(Lclass_450;)Zserver bLdj;b(Llq;)Zclient bLfd;b(Lsn;)Znamed spawnEntityLnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z
-
loadEntitySkin
- Mappings:
Namespace Name Mixin selector intermediary method_219Lnet/minecraft/class_18;method_219(Lnet/minecraft/class_57;)Vglue method_536Lclass_129;method_536(Lclass_450;)Vserver cLdj;c(Llq;)Vclient cLfd;c(Lsn;)Vnamed loadEntitySkinLnet/minecraft/world/World;loadEntitySkin(Lnet/minecraft/entity/Entity;)V
-
unloadEntitySkin
- Mappings:
Namespace Name Mixin selector intermediary method_226Lnet/minecraft/class_18;method_226(Lnet/minecraft/class_57;)Vglue method_543Lclass_129;method_543(Lclass_450;)Vserver dLdj;d(Llq;)Vclient dLfd;d(Lsn;)Vnamed unloadEntitySkinLnet/minecraft/world/World;unloadEntitySkin(Lnet/minecraft/entity/Entity;)V
-
remove
- Mappings:
Namespace Name Mixin selector intermediary method_231Lnet/minecraft/class_18;method_231(Lnet/minecraft/class_57;)Vglue method_548Lclass_129;method_548(Lclass_450;)Vserver eLdj;e(Llq;)Vclient eLfd;e(Lsn;)Vnamed removeLnet/minecraft/world/World;remove(Lnet/minecraft/entity/Entity;)V
-
serverRemove
- Mappings:
Namespace Name Mixin selector intermediary method_236Lnet/minecraft/class_18;method_236(Lnet/minecraft/class_57;)Vglue method_553Lclass_129;method_553(Lclass_450;)Vserver fLdj;f(Llq;)Vclient method_236Lfd;method_236(Lsn;)Vnamed serverRemoveLnet/minecraft/world/World;serverRemove(Lnet/minecraft/entity/Entity;)V
-
addEventListener
- Mappings:
Namespace Name Mixin selector intermediary method_183Lnet/minecraft/class_18;method_183(Lnet/minecraft/class_59;)Vglue method_500Lclass_129;method_500(Lclass_369;)Vserver aLdj;a(Ljp;)Vclient aLfd;a(Lpm;)Vnamed addEventListenerLnet/minecraft/world/World;addEventListener(Lnet/minecraft/world/event/listener/GameEventListener;)V
-
removeEventListener
- Mappings:
Namespace Name Mixin selector intermediary method_281Lnet/minecraft/class_18;method_281(Lnet/minecraft/class_59;)Vglue method_958Lclass_129;method_958(Lclass_369;)Vserver method_281Ldj;method_281(Ljp;)Vclient bLfd;b(Lpm;)Vnamed removeEventListenerLnet/minecraft/world/World;removeEventListener(Lnet/minecraft/world/event/listener/GameEventListener;)V
-
getEntityCollisions
- Mappings:
Namespace Name Mixin selector intermediary method_190Lnet/minecraft/class_18;method_190(Lnet/minecraft/class_57;Lnet/minecraft/class_25;)Ljava/util/List;glue method_507Lclass_129;method_507(Lclass_450;Lclass_113;)Ljava/util/List;server aLdj;a(Llq;Lcz;)Ljava/util/List;client aLfd;a(Lsn;Leq;)Ljava/util/List;named getEntityCollisionsLnet/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_151Lnet/minecraft/class_18;method_151(F)Iglue method_468Lclass_129;method_468(F)Iserver aLdj;a(F)Iclient aLfd;a(F)Inamed getAmbientDarknessLnet/minecraft/world/World;getAmbientDarkness(F)I
-
getSkyColor
- Mappings:
Namespace Name Mixin selector intermediary method_279Lnet/minecraft/class_18;method_279(Lnet/minecraft/class_57;F)Lnet/minecraft/class_26;glue method_956Lclass_129;method_956(Lclass_450;F)Lclass_45;server method_279Ldj;method_279(Llq;F)Lba;client aLfd;a(Lsn;F)Lbt;named getSkyColorLnet/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_198Lnet/minecraft/class_18;method_198(F)Fglue method_515Lclass_129;method_515(F)Fserver bLdj;b(F)Fclient bLfd;b(F)Fnamed getTimeLnet/minecraft/world/World;getTime(F)F
-
getCloudColor
- Mappings:
Namespace Name Mixin selector intermediary method_282Lnet/minecraft/class_18;method_282(F)Lnet/minecraft/class_26;glue method_959Lclass_129;method_959(F)Lclass_45;server method_282Ldj;method_282(F)Lba;client cLfd;c(F)Lbt;named getCloudColorLnet/minecraft/world/World;getCloudColor(F)Lnet/minecraft/util/math/Vec3d;
-
getFogColor
- Mappings:
Namespace Name Mixin selector intermediary method_284Lnet/minecraft/class_18;method_284(F)Lnet/minecraft/class_26;glue method_961Lclass_129;method_961(F)Lclass_45;server method_284Ldj;method_284(F)Lba;client dLfd;d(F)Lbt;named getFogColorLnet/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_228Lnet/minecraft/class_18;method_228(II)Iglue method_545Lclass_129;method_545(II)Iserver eLdj;e(II)Iclient eLfd;e(II)Inamed getTopSolidBlockYLnet/minecraft/world/World;getTopSolidBlockY(II)I
-
calculateSkyLightIntensity
- Mappings:
Namespace Name Mixin selector intermediary method_286Lnet/minecraft/class_18;method_286(F)Fglue method_963Lclass_129;method_963(F)Fserver method_286Ldj;method_286(F)Fclient eLfd;e(F)Fnamed calculateSkyLightIntensityLnet/minecraft/world/World;calculateSkyLightIntensity(F)F
-
getSpawnPositionValidityY
- Mappings:
Namespace Name Mixin selector intermediary method_233Lnet/minecraft/class_18;method_233(II)Iglue method_550Lclass_129;method_550(II)Iserver fLdj;f(II)Iclient method_233Lfd;method_233(II)Inamed getSpawnPositionValidityYLnet/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_216Lnet/minecraft/class_18;method_216(IIIII)Vglue method_533Lclass_129;method_533(IIIII)Vserver cLdj;c(IIIII)Vclient cLfd;c(IIIII)Vnamed scheduleBlockUpdateLnet/minecraft/world/World;scheduleBlockUpdate(IIIII)V
-
tickEntities
public void tickEntities()- Mappings:
Namespace Name Mixin selector intermediary method_227Lnet/minecraft/class_18;method_227()Vglue method_544Lclass_129;method_544()Vserver eLdj;e()Vclient gLfd;g()Vnamed tickEntitiesLnet/minecraft/world/World;tickEntities()V
-
processBlockUpdates
- Mappings:
Namespace Name Mixin selector intermediary method_181Lnet/minecraft/class_18;method_181(Ljava/util/Collection;)Vglue method_498Lclass_129;method_498(Ljava/util/Collection;)Vserver aLdj;a(Ljava/util/Collection;)Vclient aLfd;a(Ljava/util/Collection;)Vnamed processBlockUpdatesLnet/minecraft/world/World;processBlockUpdates(Ljava/util/Collection;)V
-
updateEntity
- Mappings:
Namespace Name Mixin selector intermediary method_241Lnet/minecraft/class_18;method_241(Lnet/minecraft/class_57;)Vglue method_558Lclass_129;method_558(Lclass_450;)Vserver gLdj;g(Llq;)Vclient fLfd;f(Lsn;)Vnamed updateEntityLnet/minecraft/world/World;updateEntity(Lnet/minecraft/entity/Entity;)V
-
updateEntity
- Mappings:
Namespace Name Mixin selector intermediary method_193Lnet/minecraft/class_18;method_193(Lnet/minecraft/class_57;Z)Vglue method_510Lclass_129;method_510(Lclass_450;Z)Vserver aLdj;a(Llq;Z)Vclient aLfd;a(Lsn;Z)Vnamed updateEntityLnet/minecraft/world/World;updateEntity(Lnet/minecraft/entity/Entity;Z)V
-
canSpawnEntity
- Mappings:
Namespace Name Mixin selector intermediary method_168Lnet/minecraft/class_18;method_168(Lnet/minecraft/class_25;)Zglue method_485Lclass_129;method_485(Lclass_113;)Zserver aLdj;a(Lcz;)Zclient aLfd;a(Leq;)Znamed canSpawnEntityLnet/minecraft/world/World;canSpawnEntity(Lnet/minecraft/util/math/Box;)Z
-
isAnyBlockInBox
- Mappings:
Namespace Name Mixin selector intermediary method_206Lnet/minecraft/class_18;method_206(Lnet/minecraft/class_25;)Zglue method_523Lclass_129;method_523(Lclass_113;)Zserver bLdj;b(Lcz;)Zclient method_206Lfd;method_206(Leq;)Znamed isAnyBlockInBoxLnet/minecraft/world/World;isAnyBlockInBox(Lnet/minecraft/util/math/Box;)Z
-
isBoxSubmergedInFluid
- Mappings:
Namespace Name Mixin selector intermediary method_218Lnet/minecraft/class_18;method_218(Lnet/minecraft/class_25;)Zglue method_535Lclass_129;method_535(Lclass_113;)Zserver cLdj;c(Lcz;)Zclient bLfd;b(Leq;)Znamed isBoxSubmergedInFluidLnet/minecraft/world/World;isBoxSubmergedInFluid(Lnet/minecraft/util/math/Box;)Z
-
isFireOrLavaInBox
- Mappings:
Namespace Name Mixin selector intermediary method_225Lnet/minecraft/class_18;method_225(Lnet/minecraft/class_25;)Zglue method_542Lclass_129;method_542(Lclass_113;)Zserver dLdj;d(Lcz;)Zclient cLfd;c(Leq;)Znamed isFireOrLavaInBoxLnet/minecraft/world/World;isFireOrLavaInBox(Lnet/minecraft/util/math/Box;)Z
-
updateMovementInFluid
Also could be for materials, but updated in later versions to be exclusive to fluids- Mappings:
Namespace Name Mixin selector intermediary method_170Lnet/minecraft/class_18;method_170(Lnet/minecraft/class_25;Lnet/minecraft/class_15;Lnet/minecraft/class_57;)Zglue method_487Lclass_129;method_487(Lclass_113;Lclass_280;Lclass_450;)Zserver aLdj;a(Lcz;Lhj;Llq;)Zclient aLfd;a(Leq;Lln;Lsn;)Znamed updateMovementInFluidLnet/minecraft/world/World;updateMovementInFluid(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/material/Material;Lnet/minecraft/entity/Entity;)Z
-
isMaterialInBox
- Mappings:
Namespace Name Mixin selector intermediary method_169Lnet/minecraft/class_18;method_169(Lnet/minecraft/class_25;Lnet/minecraft/class_15;)Zglue method_486Lclass_129;method_486(Lclass_113;Lclass_280;)Zserver aLdj;a(Lcz;Lhj;)Zclient aLfd;a(Leq;Lln;)Znamed isMaterialInBoxLnet/minecraft/world/World;isMaterialInBox(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/material/Material;)Z
-
isFluidInBox
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_207Lnet/minecraft/class_18;method_207(Lnet/minecraft/class_25;Lnet/minecraft/class_15;)Zglue method_524Lclass_129;method_524(Lclass_113;Lclass_280;)Zserver bLdj;b(Lcz;Lhj;)Zclient bLfd;b(Leq;Lln;)Znamed isFluidInBoxLnet/minecraft/world/World;isFluidInBox(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/material/Material;)Z
-
createExplosion
- Mappings:
Namespace Name Mixin selector intermediary method_187Lnet/minecraft/class_18;method_187(Lnet/minecraft/class_57;DDDF)Lnet/minecraft/class_60;glue method_504Lclass_129;method_504(Lclass_450;DDDF)Lclass_394;server aLdj;a(Llq;DDDF)Lkh;client aLfd;a(Lsn;DDDF)Lqx;named createExplosionLnet/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_188Lnet/minecraft/class_18;method_188(Lnet/minecraft/class_57;DDDFZ)Lnet/minecraft/class_60;glue method_505Lclass_129;method_505(Lclass_450;DDDFZ)Lclass_394;server aLdj;a(Llq;DDDFZ)Lkh;client aLfd;a(Lsn;DDDFZ)Lqx;named createExplosionLnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDFZ)Lnet/minecraft/world/explosion/Explosion;
-
getVisibilityRatio
- Mappings:
Namespace Name Mixin selector intermediary method_163Lnet/minecraft/class_18;method_163(Lnet/minecraft/class_26;Lnet/minecraft/class_25;)Fglue method_480Lclass_129;method_480(Lclass_45;Lclass_113;)Fserver aLdj;a(Lba;Lcz;)Fclient aLfd;a(Lbt;Leq;)Fnamed getVisibilityRatioLnet/minecraft/world/World;getVisibilityRatio(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Box;)F
-
extinguishFire
- Mappings:
Namespace Name Mixin selector intermediary method_172Lnet/minecraft/class_18;method_172(Lnet/minecraft/class_54;IIII)Vglue method_489Lclass_129;method_489(Lclass_172;IIII)Vserver aLdj;a(Lem;IIII)Vclient aLfd;a(Lgs;IIII)Vnamed extinguishFireLnet/minecraft/world/World;extinguishFire(Lnet/minecraft/entity/player/PlayerEntity;IIII)V
-
getPlayerForProxy
- Mappings:
Namespace Name Mixin selector intermediary method_278Lnet/minecraft/class_18;method_278(Ljava/lang/Class;)Lnet/minecraft/class_57;glue method_955Lclass_129;method_955(Ljava/lang/Class;)Lclass_450;server method_278Ldj;method_278(Ljava/lang/Class;)Llq;client aLfd;a(Ljava/lang/Class;)Lsn;named getPlayerForProxyLnet/minecraft/world/World;getPlayerForProxy(Ljava/lang/Class;)Lnet/minecraft/entity/Entity;
-
getEntityCount
- Mappings:
Namespace Name Mixin selector intermediary method_288Lnet/minecraft/class_18;method_288()Ljava/lang/String;glue method_965Lclass_129;method_965()Ljava/lang/String;server method_288Ldj;method_288()Ljava/lang/String;client hLfd;h()Ljava/lang/String;named getEntityCountLnet/minecraft/world/World;getEntityCount()Ljava/lang/String;
-
getDebugInfo
- Mappings:
Namespace Name Mixin selector intermediary method_290Lnet/minecraft/class_18;method_290()Ljava/lang/String;glue method_967Lclass_129;method_967()Ljava/lang/String;server method_290Ldj;method_290()Ljava/lang/String;client iLfd;i()Ljava/lang/String;named getDebugInfoLnet/minecraft/world/World;getDebugInfo()Ljava/lang/String;
-
getBlockEntity
- Specified by:
getBlockEntityin interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1777Lnet/minecraft/class_14;method_1777(III)Lnet/minecraft/class_55;glue method_450Lclass_584;method_450(III)Lclass_356;server bLpb;b(III)Ljh;client bLxp;b(III)Low;named getBlockEntityLnet/minecraft/world/BlockView;getBlockEntity(III)Lnet/minecraft/block/entity/BlockEntity;
-
setBlockEntity
- Mappings:
Namespace Name Mixin selector intermediary method_157Lnet/minecraft/class_18;method_157(IIILnet/minecraft/class_55;)Vglue method_474Lclass_129;method_474(IIILclass_356;)Vserver aLdj;a(IIILjh;)Vclient aLfd;a(IIILow;)Vnamed setBlockEntityLnet/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_260Lnet/minecraft/class_18;method_260(III)Vglue method_578Lclass_129;method_578(III)Vserver oLdj;o(III)Vclient pLfd;p(III)Vnamed removeBlockEntityLnet/minecraft/world/World;removeBlockEntity(III)V
-
method_1783
public boolean method_1783(int int2, int int3, int int4) - Specified by:
method_1783in interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1783Lnet/minecraft/class_18;method_1783(III)Zglue method_580Lclass_129;method_580(III)Zserver pLdj;p(III)Zclient gLfd;g(III)Znamed method_1783Lnet/minecraft/world/World;method_1783(III)Z
-
shouldSuffocate
public boolean shouldSuffocate(int x, int y, int z) - Specified by:
shouldSuffocatein interfaceBlockView- Mappings:
Namespace Name Mixin selector intermediary method_1780Lnet/minecraft/class_14;method_1780(III)Zglue method_453Lclass_584;method_453(III)Zserver eLpb;e(III)Zclient hLxp;h(III)Znamed shouldSuffocateLnet/minecraft/world/BlockView;shouldSuffocate(III)Z
-
savingProgress
- Mappings:
Namespace Name Mixin selector intermediary method_280Lnet/minecraft/class_18;method_280(Lnet/minecraft/class_62;)Vglue method_957Lclass_129;method_957(Lclass_595;)Vserver method_280Ldj;method_280(Lpj;)Vclient aLfd;a(Lyb;)Vnamed savingProgressLnet/minecraft/world/World;savingProgress(Lnet/minecraft/client/gui/screen/LoadingDisplay;)V
-
doLightingUpdates
public boolean doLightingUpdates()- Mappings:
Namespace Name Mixin selector intermediary method_232Lnet/minecraft/class_18;method_232()Zglue method_549Lclass_129;method_549()Zserver fLdj;f()Zclient jLfd;j()Znamed doLightingUpdatesLnet/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_166Lnet/minecraft/class_18;method_166(Lnet/minecraft/class_56;IIIIII)Vglue method_483Lclass_129;method_483(Lclass_97;IIIIII)Vserver aLdj;a(Lco;IIIIII)Vclient aLfd;a(Leb;IIIIII)Vnamed queueLightUpdateLnet/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_167Lnet/minecraft/class_18;method_167(Lnet/minecraft/class_56;IIIIIIZ)Vglue method_484Lclass_129;method_484(Lclass_97;IIIIIIZ)Vserver aLdj;a(Lco;IIIIIIZ)Vclient aLfd;a(Leb;IIIIIIZ)Vnamed queueLightUpdateLnet/minecraft/world/World;queueLightUpdate(Lnet/minecraft/world/LightType;IIIIIIZ)V
-
updateSkyBrightness
public void updateSkyBrightness()- Mappings:
Namespace Name Mixin selector intermediary method_237Lnet/minecraft/class_18;method_237()Vglue method_554Lclass_129;method_554()Vserver gLdj;g()Vclient kLfd;k()Vnamed updateSkyBrightnessLnet/minecraft/world/World;updateSkyBrightness()V
-
allowSpawning
public void allowSpawning(boolean allowMonsterSpawning, boolean allowMobSpawning) - Mappings:
Namespace Name Mixin selector intermediary method_196Lnet/minecraft/class_18;method_196(ZZ)Vglue method_513Lclass_129;method_513(ZZ)Vserver aLdj;a(ZZ)Vclient aLfd;a(ZZ)Vnamed allowSpawningLnet/minecraft/world/World;allowSpawning(ZZ)V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector intermediary method_242Lnet/minecraft/class_18;method_242()Vglue method_559Lclass_129;method_559()Vserver hLdj;h()Vclient lLfd;l()Vnamed tickLnet/minecraft/world/World;tick()V
-
prepareWeather
private void prepareWeather()- Mappings:
Namespace Name Mixin selector intermediary method_272Lnet/minecraft/class_18;method_272()Vglue method_591Lclass_129;method_591()Vserver xLdj;x()Vclient ELfd;E()Vnamed prepareWeatherLnet/minecraft/world/World;prepareWeather()V
-
updateWeatherCycles
protected void updateWeatherCycles()- Mappings:
Namespace Name Mixin selector intermediary method_245Lnet/minecraft/class_18;method_245()Vglue method_562Lclass_129;method_562()Vserver iLdj;i()Vclient mLfd;m()Vnamed updateWeatherCyclesLnet/minecraft/world/World;updateWeatherCycles()V
-
clearWeather
private void clearWeather()- Mappings:
Namespace Name Mixin selector intermediary method_273Lnet/minecraft/class_18;method_273()Vglue method_592Lclass_129;method_592()Vserver yLdj;y()Vclient FLfd;F()Vnamed clearWeatherLnet/minecraft/world/World;clearWeather()V
-
manageChunkUpdatesAndEvents
protected void manageChunkUpdatesAndEvents()- Mappings:
Namespace Name Mixin selector intermediary method_248Lnet/minecraft/class_18;method_248()Vglue method_565Lclass_129;method_565()Vserver jLdj;j()Vclient nLfd;n()Vnamed manageChunkUpdatesAndEventsLnet/minecraft/world/World;manageChunkUpdatesAndEvents()V
-
processScheduledTicks
public boolean processScheduledTicks(boolean bool) - Mappings:
Namespace Name Mixin selector intermediary method_194Lnet/minecraft/class_18;method_194(Z)Zglue method_511Lclass_129;method_511(Z)Zserver aLdj;a(Z)Zclient aLfd;a(Z)Znamed processScheduledTicksLnet/minecraft/world/World;processScheduledTicks(Z)Z
-
displayTick
- Mappings:
Namespace Name Mixin selector intermediary method_294Lnet/minecraft/class_18;method_294(III)Vglue method_971Lclass_129;method_971(III)Vserver method_294Ldj;method_294(III)Vclient qLfd;q(III)Vnamed displayTickLnet/minecraft/world/World;displayTick(III)V
-
getEntities
- Mappings:
Namespace Name Mixin selector intermediary method_211Lnet/minecraft/class_18;method_211(Lnet/minecraft/class_57;Lnet/minecraft/class_25;)Ljava/util/List;glue method_528Lclass_129;method_528(Lclass_450;Lclass_113;)Ljava/util/List;server bLdj;b(Llq;Lcz;)Ljava/util/List;client bLfd;b(Lsn;Leq;)Ljava/util/List;named getEntitiesLnet/minecraft/world/World;getEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
collectEntitiesByClass
- Mappings:
Namespace Name Mixin selector intermediary method_175Lnet/minecraft/class_18;method_175(Ljava/lang/Class;Lnet/minecraft/class_25;)Ljava/util/List;glue method_492Lclass_129;method_492(Ljava/lang/Class;Lclass_113;)Ljava/util/List;server aLdj;a(Ljava/lang/Class;Lcz;)Ljava/util/List;client aLfd;a(Ljava/lang/Class;Leq;)Ljava/util/List;named collectEntitiesByClassLnet/minecraft/world/World;collectEntitiesByClass(Ljava/lang/Class;Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
getEntities
- Mappings:
Namespace Name Mixin selector intermediary method_291Lnet/minecraft/class_18;method_291()Ljava/util/List;glue method_968Lclass_129;method_968()Ljava/util/List;server method_291Ldj;method_291()Ljava/util/List;client oLfd;o()Ljava/util/List;named getEntitiesLnet/minecraft/world/World;getEntities()Ljava/util/List;
-
updateBlockEntity
- Mappings:
Namespace Name Mixin selector intermediary method_203Lnet/minecraft/class_18;method_203(IIILnet/minecraft/class_55;)Vglue method_520Lclass_129;method_520(IIILclass_356;)Vserver bLdj;b(IIILjh;)Vclient bLfd;b(IIILow;)Vnamed updateBlockEntityLnet/minecraft/world/World;updateBlockEntity(IIILnet/minecraft/block/entity/BlockEntity;)V
-
countEntities
- Mappings:
Namespace Name Mixin selector intermediary method_174Lnet/minecraft/class_18;method_174(Ljava/lang/Class;)Iglue method_491Lclass_129;method_491(Ljava/lang/Class;)Iserver aLdj;a(Ljava/lang/Class;)Iclient bLfd;b(Ljava/lang/Class;)Inamed countEntitiesLnet/minecraft/world/World;countEntities(Ljava/lang/Class;)I
-
addEntities
- Mappings:
Namespace Name Mixin selector intermediary method_182Lnet/minecraft/class_18;method_182(Ljava/util/List;)Vglue method_499Lclass_129;method_499(Ljava/util/List;)Vserver aLdj;a(Ljava/util/List;)Vclient aLfd;a(Ljava/util/List;)Vnamed addEntitiesLnet/minecraft/world/World;addEntities(Ljava/util/List;)V
-
unloadEntities
- Mappings:
Namespace Name Mixin selector intermediary method_209Lnet/minecraft/class_18;method_209(Ljava/util/List;)Vglue method_526Lclass_129;method_526(Ljava/util/List;)Vserver bLdj;b(Ljava/util/List;)Vclient bLfd;b(Ljava/util/List;)Vnamed unloadEntitiesLnet/minecraft/world/World;unloadEntities(Ljava/util/List;)V
-
tickChunks
- Mappings:
Namespace Name Mixin selector intermediary method_292Lnet/minecraft/class_18;method_292()Vglue method_969Lclass_129;method_969()Vserver method_292Ldj;method_292()Vclient pLfd;p()Vnamed tickChunksLnet/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_156Lnet/minecraft/class_18;method_156(IIIIZI)Zglue method_473Lclass_129;method_473(IIIIZI)Zserver aLdj;a(IIIIZI)Zclient aLfd;a(IIIIZI)Znamed canPlaceLnet/minecraft/world/World;canPlace(IIIIZI)Z
-
method_192
- Mappings:
Namespace Name Mixin selector intermediary method_192Lnet/minecraft/class_18;method_192(Lnet/minecraft/class_57;Lnet/minecraft/class_57;F)Lnet/minecraft/class_61;glue method_509Lclass_129;method_509(Lclass_450;Lclass_450;F)Lclass_78;server aLdj;a(Llq;Llq;F)Lcb;client aLfd;a(Lsn;Lsn;F)Ldh;named method_192Lnet/minecraft/world/World;method_192(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;F)Lnet/minecraft/class_61;
-
method_189
- Mappings:
Namespace Name Mixin selector intermediary method_189Lnet/minecraft/class_18;method_189(Lnet/minecraft/class_57;IIIF)Lnet/minecraft/class_61;glue method_506Lclass_129;method_506(Lclass_450;IIIF)Lclass_78;server aLdj;a(Llq;IIIF)Lcb;client aLfd;a(Lsn;IIIF)Ldh;named method_189Lnet/minecraft/world/World;method_189(Lnet/minecraft/entity/Entity;IIIF)Lnet/minecraft/class_61;
-
canTransferPowerInDirection
public boolean canTransferPowerInDirection(int x, int y, int z, int direction) - Mappings:
Namespace Name Mixin selector intermediary method_247Lnet/minecraft/class_18;method_247(IIII)Zglue method_564Lclass_129;method_564(IIII)Zserver iLdj;i(IIII)Zclient jLfd;j(IIII)Znamed canTransferPowerInDirectionLnet/minecraft/world/World;canTransferPowerInDirection(IIII)Z
-
canTransferPower
public boolean canTransferPower(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_263Lnet/minecraft/class_18;method_263(III)Zglue method_582Lclass_129;method_582(III)Zserver qLdj;q(III)Zclient rLfd;r(III)Znamed canTransferPowerLnet/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_250Lnet/minecraft/class_18;method_250(IIII)Zglue method_567Lclass_129;method_567(IIII)Zserver jLdj;j(IIII)Zclient kLfd;k(IIII)Znamed isEmittingRedstonePowerInDirectionLnet/minecraft/world/World;isEmittingRedstonePowerInDirection(IIII)Z
-
isEmittingRedstonePower
public boolean isEmittingRedstonePower(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_265Lnet/minecraft/class_18;method_265(III)Zglue method_584Lclass_129;method_584(III)Zserver rLdj;r(III)Zclient sLfd;s(III)Znamed isEmittingRedstonePowerLnet/minecraft/world/World;isEmittingRedstonePower(III)Z
-
getClosestPlayer
- Mappings:
Namespace Name Mixin selector intermediary method_186Lnet/minecraft/class_18;method_186(Lnet/minecraft/class_57;D)Lnet/minecraft/class_54;glue method_503Lclass_129;method_503(Lclass_450;D)Lclass_172;server aLdj;a(Llq;D)Lem;client aLfd;a(Lsn;D)Lgs;named getClosestPlayerLnet/minecraft/world/World;getClosestPlayer(Lnet/minecraft/entity/Entity;D)Lnet/minecraft/entity/player/PlayerEntity;
-
getClosestPlayer
- Mappings:
Namespace Name Mixin selector intermediary method_149Lnet/minecraft/class_18;method_149(DDDD)Lnet/minecraft/class_54;glue method_466Lclass_129;method_466(DDDD)Lclass_172;server aLdj;a(DDDD)Lem;client aLfd;a(DDDD)Lgs;named getClosestPlayerLnet/minecraft/world/World;getClosestPlayer(DDDD)Lnet/minecraft/entity/player/PlayerEntity;
-
getPlayer
- Mappings:
Namespace Name Mixin selector intermediary method_177Lnet/minecraft/class_18;method_177(Ljava/lang/String;)Lnet/minecraft/class_54;glue method_494Lclass_129;method_494(Ljava/lang/String;)Lclass_172;server aLdj;a(Ljava/lang/String;)Lem;client aLfd;a(Ljava/lang/String;)Lgs;named getPlayerLnet/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_275Lnet/minecraft/class_18;method_275(IIIIII[B)Vglue method_952Lclass_129;method_952(IIIIII[B)Vserver method_275Ldj;method_275(IIIIII[B)Vclient aLfd;a(IIIIII[B)Vnamed handleChunkDataUpdateLnet/minecraft/world/World;handleChunkDataUpdate(IIIIII[B)V
-
disconnect
- Mappings:
Namespace Name Mixin selector intermediary method_293Lnet/minecraft/class_18;method_293()Vglue method_970Lclass_129;method_970()Vserver method_293Ldj;method_293()Vclient qLfd;q()Vnamed disconnectLnet/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_217Lnet/minecraft/class_18;method_217(IIIIII)[Bglue method_534Lclass_129;method_534(IIIIII)[Bserver cLdj;c(IIIIII)[Bclient method_217Lfd;method_217(IIIIII)[Bnamed getChunkDataLnet/minecraft/world/World;getChunkData(IIIIII)[B
-
saveDimensionData
public void saveDimensionData()- Mappings:
Namespace Name Mixin selector intermediary method_251Lnet/minecraft/class_18;method_251()Vglue method_568Lclass_129;method_568()Vserver kLdj;k()Vclient rLfd;r()Vnamed saveDimensionDataLnet/minecraft/world/World;saveDimensionData()V
-
setTime
public void setTime(long time) - Mappings:
Namespace Name Mixin selector intermediary method_159Lnet/minecraft/class_18;method_159(J)Vglue method_476Lclass_129;method_476(J)Vserver aLdj;a(J)Vclient aLfd;a(J)Vnamed setTimeLnet/minecraft/world/World;setTime(J)V
-
synchronizeTimeAndUpdates
- Mappings:
Namespace Name Mixin selector intermediary method_204Lnet/minecraft/class_18;method_204(J)Vglue method_521Lclass_129;method_521(J)Vserver bLdj;b(J)Vclient method_204Lfd;method_204(J)Vnamed synchronizeTimeAndUpdatesLnet/minecraft/world/World;synchronizeTimeAndUpdates(J)V
-
getSeed
public long getSeed()- Mappings:
Namespace Name Mixin selector intermediary method_254Lnet/minecraft/class_18;method_254()Jglue method_571Lclass_129;method_571()Jserver lLdj;l()Jclient sLfd;s()Jnamed getSeedLnet/minecraft/world/World;getSeed()J
-
getTime
public long getTime()- Mappings:
Namespace Name Mixin selector intermediary method_256Lnet/minecraft/class_18;method_256()Jglue method_573Lclass_129;method_573()Jserver mLdj;m()Jclient tLfd;t()Jnamed getTimeLnet/minecraft/world/World;getTime()J
-
getSpawnPos
- Mappings:
Namespace Name Mixin selector intermediary method_258Lnet/minecraft/class_18;method_258()Lnet/minecraft/class_63;glue method_575Lclass_129;method_575()Lclass_42;server nLdj;n()Lay;client uLfd;u()Lbr;named getSpawnPosLnet/minecraft/world/World;getSpawnPos()Lnet/minecraft/util/math/Vec3i;
-
setSpawnPos
- Mappings:
Namespace Name Mixin selector intermediary method_276Lnet/minecraft/class_18;method_276(Lnet/minecraft/class_63;)Vglue method_953Lclass_129;method_953(Lclass_42;)Vserver method_276Ldj;method_276(Lay;)Vclient aLfd;a(Lbr;)Vnamed setSpawnPosLnet/minecraft/world/World;setSpawnPos(Lnet/minecraft/util/math/Vec3i;)V
-
loadChunksNearEntity
- Mappings:
Namespace Name Mixin selector intermediary method_287Lnet/minecraft/class_18;method_287(Lnet/minecraft/class_57;)Vglue method_964Lclass_129;method_964(Lclass_450;)Vserver method_287Ldj;method_287(Llq;)Vclient gLfd;g(Lsn;)Vnamed loadChunksNearEntityLnet/minecraft/world/World;loadChunksNearEntity(Lnet/minecraft/entity/Entity;)V
-
canInteract
- Mappings:
Namespace Name Mixin selector intermediary method_171Lnet/minecraft/class_18;method_171(Lnet/minecraft/class_54;III)Zglue method_488Lclass_129;method_488(Lclass_172;III)Zserver aLdj;a(Lem;III)Zclient aLfd;a(Lgs;III)Znamed canInteractLnet/minecraft/world/World;canInteract(Lnet/minecraft/entity/player/PlayerEntity;III)Z
-
broadcastEntityEvent
- Mappings:
Namespace Name Mixin selector intermediary method_185Lnet/minecraft/class_18;method_185(Lnet/minecraft/class_57;B)Vglue method_502Lclass_129;method_502(Lclass_450;B)Vserver aLdj;a(Llq;B)Vclient aLfd;a(Lsn;B)Vnamed broadcastEntityEventLnet/minecraft/world/World;broadcastEntityEvent(Lnet/minecraft/entity/Entity;B)V
-
updateEntityLists
- Mappings:
Namespace Name Mixin selector intermediary method_295Lnet/minecraft/class_18;method_295()Vglue method_972Lclass_129;method_972()Vserver method_295Ldj;method_295()Vclient vLfd;v()Vnamed updateEntityListsLnet/minecraft/world/World;updateEntityLists()V
-
getChunkManager
- Mappings:
Namespace Name Mixin selector intermediary method_259Lnet/minecraft/class_18;method_259()Lnet/minecraft/class_51;glue method_577Lclass_129;method_577()Lclass_60;server oLdj;o()Lbl;client wLfd;w()Lcl;named getChunkManagerLnet/minecraft/world/World;getChunkManager()Lnet/minecraft/world/chunk/ChunkManager;
-
playNoteBlockActionAt
public void playNoteBlockActionAt(int x, int y, int z, int soundType, int pitch) - Mappings:
Namespace Name Mixin selector intermediary method_224Lnet/minecraft/class_18;method_224(IIIII)Vglue method_541Lclass_129;method_541(IIIII)Vserver dLdj;d(IIIII)Vclient dLfd;d(IIIII)Vnamed playNoteBlockActionAtLnet/minecraft/world/World;playNoteBlockActionAt(IIIII)V
-
getDimensionData
- Mappings:
Namespace Name Mixin selector intermediary method_261Lnet/minecraft/class_18;method_261()Lnet/minecraft/class_52;glue method_579Lclass_129;method_579()Lclass_561;server pLdj;p()Lom;client method_261Lfd;method_261()Lwt;named getDimensionDataLnet/minecraft/world/World;getDimensionData()Lnet/minecraft/world/dimension/DimensionData;
-
getProperties
- Mappings:
Namespace Name Mixin selector intermediary method_262Lnet/minecraft/class_18;method_262()Lnet/minecraft/class_7;glue method_581Lclass_129;method_581()Lclass_104;server qLdj;q()Lct;client xLfd;x()Lei;named getPropertiesLnet/minecraft/world/World;getProperties()Lnet/minecraft/world/WorldProperties;
-
updateSleepingPlayers
public void updateSleepingPlayers()- Mappings:
Namespace Name Mixin selector intermediary method_264Lnet/minecraft/class_18;method_264()Vglue method_583Lclass_129;method_583()Vserver rLdj;r()Vclient yLfd;y()Vnamed updateSleepingPlayersLnet/minecraft/world/World;updateSleepingPlayers()V
-
afterSkipNight
protected void afterSkipNight()- Mappings:
Namespace Name Mixin selector intermediary method_266Lnet/minecraft/class_18;method_266()Vglue method_585Lclass_129;method_585()Vserver sLdj;s()Vclient zLfd;z()Vnamed afterSkipNightLnet/minecraft/world/World;afterSkipNight()V
-
canSkipNight
public boolean canSkipNight()- Mappings:
Namespace Name Mixin selector intermediary method_268Lnet/minecraft/class_18;method_268()Zglue method_587Lclass_129;method_587()Zserver tLdj;t()Zclient ALfd;A()Znamed canSkipNightLnet/minecraft/world/World;canSkipNight()Z
-
getThunderGradient
public float getThunderGradient(float delta) - Mappings:
Namespace Name Mixin selector intermediary method_213Lnet/minecraft/class_18;method_213(F)Fglue method_530Lclass_129;method_530(F)Fserver cLdj;c(F)Fclient fLfd;f(F)Fnamed getThunderGradientLnet/minecraft/world/World;getThunderGradient(F)F
-
getRainGradient
public float getRainGradient(float delta) - Mappings:
Namespace Name Mixin selector intermediary method_221Lnet/minecraft/class_18;method_221(F)Fglue method_538Lclass_129;method_538(F)Fserver dLdj;d(F)Fclient gLfd;g(F)Fnamed getRainGradientLnet/minecraft/world/World;getRainGradient(F)F
-
setRainGradient
- Mappings:
Namespace Name Mixin selector intermediary method_289Lnet/minecraft/class_18;method_289(F)Vglue method_966Lclass_129;method_966(F)Vserver method_289Ldj;method_289(F)Vclient hLfd;h(F)Vnamed setRainGradientLnet/minecraft/world/World;setRainGradient(F)V
-
isThundering
public boolean isThundering()- Mappings:
Namespace Name Mixin selector intermediary method_269Lnet/minecraft/class_18;method_269()Zglue method_588Lclass_129;method_588()Zserver uLdj;u()Zclient BLfd;B()Znamed isThunderingLnet/minecraft/world/World;isThundering()Z
-
isRaining
public boolean isRaining()- Mappings:
Namespace Name Mixin selector intermediary method_270Lnet/minecraft/class_18;method_270()Zglue method_589Lclass_129;method_589()Zserver vLdj;v()Zclient CLfd;C()Znamed isRainingLnet/minecraft/world/World;isRaining()Z
-
isRaining
public boolean isRaining(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_267Lnet/minecraft/class_18;method_267(III)Zglue method_586Lclass_129;method_586(III)Zserver sLdj;s(III)Zclient tLfd;t(III)Znamed isRainingLnet/minecraft/world/World;isRaining(III)Z
-
setState
- Mappings:
Namespace Name Mixin selector intermediary method_180Lnet/minecraft/class_18;method_180(Ljava/lang/String;Lnet/minecraft/class_58;)Vglue method_497Lclass_129;method_497(Ljava/lang/String;Lclass_193;)Vserver aLdj;a(Ljava/lang/String;Lfa;)Vclient aLfd;a(Ljava/lang/String;Lhm;)Vnamed setStateLnet/minecraft/world/World;setState(Ljava/lang/String;Lnet/minecraft/world/PersistentState;)V
-
getOrCreateState
- Mappings:
Namespace Name Mixin selector intermediary method_176Lnet/minecraft/class_18;method_176(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/class_58;glue method_493Lclass_129;method_493(Ljava/lang/Class;Ljava/lang/String;)Lclass_193;server aLdj;a(Ljava/lang/Class;Ljava/lang/String;)Lfa;client aLfd;a(Ljava/lang/Class;Ljava/lang/String;)Lhm;named getOrCreateStateLnet/minecraft/world/World;getOrCreateState(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/world/PersistentState;
-
getIdCount
- Mappings:
Namespace Name Mixin selector intermediary method_208Lnet/minecraft/class_18;method_208(Ljava/lang/String;)Iglue method_525Lclass_129;method_525(Ljava/lang/String;)Iserver bLdj;b(Ljava/lang/String;)Iclient bLfd;b(Ljava/lang/String;)Inamed getIdCountLnet/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_230Lnet/minecraft/class_18;method_230(IIIII)Vglue method_547Lclass_129;method_547(IIIII)Vserver eLdj;e(IIIII)Vclient eLfd;e(IIIII)Vnamed worldEventLnet/minecraft/world/World;worldEvent(IIIII)V
-
worldEvent
- Mappings:
Namespace Name Mixin selector intermediary method_173Lnet/minecraft/class_18;method_173(Lnet/minecraft/class_54;IIIII)Vglue method_490Lclass_129;method_490(Lclass_172;IIIII)Vserver aLdj;a(Lem;IIIII)Vclient aLfd;a(Lgs;IIIII)Vnamed worldEventLnet/minecraft/world/World;worldEvent(Lnet/minecraft/entity/player/PlayerEntity;IIIII)V
-