Package net.minecraft.world
Class World
java.lang.Object
net.minecraft.world.World
- All Implemented Interfaces:
WorldView
- Direct Known Subclasses:
ClientWorld,ServerWorld
public abstract class World extends Object implements WorldView
- Mappings:
Namespace Name official admintermediary net/minecraft/class_99named net/minecraft/world/World
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorld(SaveHandler handler, LevelProperties properties, Dimension dim, Profiler profiler, boolean client) -
Method Summary
Modifier and Type Method Description voidaddBlockAction(BlockPos pos, Block block, int type, int data)voidaddBlockEntities(Collection<BlockEntity> collection)booleanaddBlockEntity(BlockEntity blockEntity)StringaddDetailsToCrashReport()booleanaddEntity(Entity entity)voidaddFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, CompoundTag tag)voidaddListener(WorldEventListener listener)private voidaddParticle(int id, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)voidaddParticle(ParticleType type, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)voidaddParticle(ParticleType type, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)CrashReportSectionaddToCrashReport(CrashReport report)booleanblockExists(BlockPos pos)voidcalculateAmbientDarkness()booleancanBlockBePlaced(Block block, BlockPos blockPos, boolean bool, Direction direction, Entity entity, ItemStack itemStack)booleancanPlayerModifyAt(PlayerEntity player, BlockPos pos)booleancontainsBlockWithMaterial(Box area, Material material)ExplosioncreateExplosion(Entity entity, double x, double y, double z, float power, boolean destructive)ExplosioncreateExplosion(Entity entity, double x, double y, double z, float power, boolean bool, boolean destructive)voiddisconnect()booleandoesAreaContainFireSource(Box boundingbox)List<Box>doesBoxCollide(Entity entity, Box boundingBox)booleanextinguishFire(PlayerEntity playerEntity, BlockPos blockPos, Direction direction)intgetAmbientDarkness()BiomegetBiomeAt(BlockPos pos)BlockgetBlockAt(BlockPos pos)BlockEntitygetBlockEntity(BlockPos pos)BlockStategetBlockState(BlockPos pos)CalendargetCalenderInstance()ChunkgetChunk(int x, int y)ChunkgetChunk(BlockPos pos)ChunkProvidergetChunkProvider()protected abstract ChunkProvidergetClientChunkCache()PlayerEntitygetClosestPlayer(double x, double y, double z, double double2)PlayerEntitygetClosestPlayer(Entity entity, double double2)StringgetDebugString()LayeredBiomeSourcegetDimensionBiomeSource()intgetEffectiveHeight()intgetEmittedRedstonePower(BlockPos pos, Direction dir)List<Entity>getEntitiesIn(Entity entity, Box box)List<Entity>getEntitiesIn(Entity entity, Box box, Predicate<? super Entity> filter)<T extends Entity>
List<T>getEntitiesInBox(Class<? extends T> except, Box box)<T extends Entity>
List<T>getEntitiesInBox(Class<? extends T> clazz, Box box, Predicate<? super T> entityPredicate)EntitygetEntityById(int int2)GameRuleDispatchergetGameRules()LevelGeneratorTypegetGeneratorType()DifficultygetGlobalDifficulty()doublegetHorizonHeight()longgetLastUpdateTime()LevelPropertiesgetLevelProperties()intgetLight(BlockPos pos, int minBlockLight)private intgetLightAtPos(BlockPos pos, LightType type)intgetLightAtPos(LightType type, BlockPos pos)LocalDifficultygetLocalDifficulty(BlockPos pos)intgetLuminance(LightType type, BlockPos pos)intgetMaxBuildHeight()floatgetMoonPhase()BlockPosgetNearestStructurePos(String structureName, BlockPos pos)protected abstract intgetNextMapId()PlayerEntitygetPlayerByUuid(UUID uuid)floatgetRainGradient(float offset)intgetReceivedRedstonePower(BlockPos pos)intgetReceivedStrongRedstonePower(BlockPos pos)SaveHandlergetSaveHandler()ScoreboardgetScoreboard()intgetSeaLevel()longgetSeed()floatgetSkyAngleRadians(float float2)BlockPosgetSpawnPos()intgetStrongRedstonePower(BlockPos pos, Direction direction)floatgetThunderGradient(float offset)longgetTimeOfDay()VillageStategetVillageState()WorldgetWorld()WorldBordergetWorldBorder()booleanhasDirectSunlight(BlockPos pos)booleanhasEntityIn(Box box)booleanhasEntityIn(Box box, Entity exclusion)booleanhasHighHumidity(BlockPos pos)booleanhasRain(BlockPos pos)protected voidinitWeatherGradients()booleanisAir(BlockPos pos)protected booleanisChunkLoaded(int chunkX, int chunkZ, boolean bool)booleanisDay()booleanisEmittingRedstonePower(BlockPos pos, Direction dir)private booleanisHeightInvalid(BlockPos pos)booleanisInsideWorld(WorldBorder border, Entity entity)booleanisLoaded(BlockPos pos, boolean bool)static booleanisOpaque(WorldView worldView, BlockPos blockPos)booleanisRaining()booleanisReceivingRedstonePower(BlockPos pos)private booleanisRegionLoaded(int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean bool)booleanisRegionLoaded(BlockBox box)booleanisRegionLoaded(BlockBox box, boolean bool)booleanisRegionLoaded(BlockPos pos, int distance)booleanisRegionLoaded(BlockPos pos, int distance, boolean bool)booleanisRegionLoaded(BlockPos start, BlockPos end)booleanisRegionLoaded(BlockPos start, BlockPos end, boolean bool)booleanisSaved()booleanisThundering()voidloadEntity(Entity entity)voidmarkDirty(BlockPos pos, BlockEntity blockEntity)List<Entity>method_241()private booleanmethod_244(BlockPos blockPos)voidmethod_246()class_643method_257()intmethod_267(float float2)Randommethod_270(int int2, int int3, int int4)voidmethod_271(int x, int z, int minY, int maxY)protected voidmethod_273(int int2, int int3, Chunk chunk)voidmethod_275(int int2, BlockPos pos, int int3)voidmethod_282(LightType type, BlockPos pos, int level)voidmethod_283(Block block, BlockPos blockPos, Random random)List<TickableEntry>method_287(Chunk chunk, boolean bool)List<TickableEntry>method_289(BlockBox blockBox, boolean bool)List<Box>method_290(Box box)booleanmethod_291(Box boundingBox, Material material)booleanmethod_292(Box box, Material material, Entity entity)floatmethod_294(Vec3d vec3d, Box box)HitResultmethod_296(Vec3d start, Vec3d end, boolean bool)booleanmethod_303(BlockPos blockPos, Block block)voidmethod_304(BlockPos blockPos, Block block, int int2)voidmethod_305(BlockPos blockPos, Block block, int int2, int int3)intmethod_316(Class<?> class2)<T extends Entity>
Tmethod_319(Class<? extends T> class2, Box box, T t)<T extends Entity>
List<T>method_320(Class<? extends T> class2, Predicate<? super T> predicate)PersistentStatemethod_321(Class<? extends PersistentState> class2, String string)PlayerEntitymethod_322(String string)Vec3dmethod_331(Entity entity, float float2)voidmethod_335(Entity entity, boolean bl)booleanmethod_340(boolean bool)voidmethod_341(boolean bool, boolean bool2)intmethod_344()booleanmethod_345()booleanmethod_349(double x, double y, double z, double double2)floatmethod_350(float float2)intmethod_352(int int2, int int3)voidmethod_358(BlockEntity blockEntity)voidmethod_362(BlockPos blockPos, Block block)voidmethod_363(BlockPos blockPos, Block block, int int2, int int3)<T extends Entity>
List<T>method_368(Class<? extends T> class2, Predicate<? super T> predicate)intmethod_369(String string)voidmethod_370(Collection<Entity> collection)floatmethod_375(float float2)booleanmethod_377(int int2, int int3)booleanmethod_379(LightType type, BlockPos pos)booleanmethod_380(Box boundingBox)intmethod_385(BlockPos pos, boolean bool)voidmethod_386(Collection<Entity> collection)voidmethod_388()voidmethod_390(int int2)booleanmethod_391(Box boundingBox)Vec3dmethod_395(float float2)booleanmethod_399(BlockPos blockPos, boolean bool)Vec3dmethod_401(float float2)booleanmethod_403(BlockPos blockPos, boolean bool)voidmethod_404(Entity entity)floatmethod_406(float float2)voidmethod_408(Entity entity)intmethod_420(BlockPos osarg)intmethod_421(BlockPos pos)BlockPosmethod_422(BlockPos pos)floatmethod_424(BlockPos blockPos)BlockPosmethod_427(BlockPos blockPos)BlockPosmethod_428(BlockPos blockPos)booleanmethod_430(BlockPos blockPos)booleanmethod_432(BlockPos blockPos)booleanmethod_434(BlockPos blockPos)intmethod_435()booleanmethod_436(BlockPos pos)voidneighbourUpdate(BlockPos pos, Block block)voidonBlockUpdate(BlockPos pos)protected voidonEntityRemoved(Entity entity)protected voidonEntitySpawned(Entity entity)voidonLightUpdate(BlockPos pos)voidonRenderRegionUpdate(int x1, int y1, int z1, int x2, int y2, int z2)voidonRenderRegionUpdate(BlockPos pos1, BlockPos pos2)voidplayMusicDisc(BlockPos pos, String id)voidplaySound(double x, double y, double z, String sound, float volume, float pitch)voidplaySound(double x, double y, double z, String sound, float volume, float pitch, boolean bool)voidplaySound(Entity entity, String sound, float volume, float pitch)voidplaySound(PlayerEntity player, String sound, float volume, float pitch)HitResultraycast(Vec3d vec3d, Vec3d vec3d2)HitResultrayTrace(Vec3d start, Vec3d end, boolean bool, boolean bool2, boolean bool3)booleanrecievesSunlight(BlockPos pos)booleanremoveBlock(BlockPos pos, boolean bool)voidremoveBlockEntity(BlockPos blockPos)voidremoveEntity(Entity entity)voidremoveListener(WorldEventListener listener)booleanrenderAsNormalBlock(BlockPos pos, boolean defaultValue)voidsendEntityStatus(Entity entity, byte status)booleansetAir(BlockPos pos)voidsetAmbientDarkness(int ambientDarkness)voidsetBlockBreakingInfo(int int2, BlockPos pos, int int3)voidsetBlockEntity(BlockPos pos, BlockEntity blockEntity)booleansetBlockState(BlockPos pos, BlockState blockState)booleansetBlockState(BlockPos pos, BlockState state, int flags)voidsetDefaultSpawnClient()voidsetItemData(String string, PersistentState persistentState)voidsetPropertiesInitialized(LevelInfo info)voidsetRainGradient(float rainGradient)voidsetSeaLevel(int seaLevel)voidsetSpawnPos(BlockPos pos)voidsetThunderGradient(float thunderGradient)voidsetTime(long time)voidsetTimeOfDay(long time)booleanspawnEntity(Entity entity)voidsyncGlobalEvent(int eventId, BlockPos pos, int data)voidsyncWorldEvent(PlayerEntity player, int eventId, BlockPos pos, int data)voidtick()protected voidtickBlocks()voidtickEntities()protected voidtickWeather()voidupdateHorizontalAdjacent(BlockPos pos, Block block)protected voidupdateLighting()voidupdateNeighborsAlways(BlockPos pos, Block block)voidupdateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction dir)
-
Field Details
-
seaLevel
private int seaLevel- Mappings:
Namespace Name Mixin selector official aLadm;a:Iintermediary field_263Lnet/minecraft/class_99;field_263:Inamed seaLevelLnet/minecraft/world/World;seaLevel:I
-
immediateUpdates
protected boolean immediateUpdates- Mappings:
Namespace Name Mixin selector official eLadm;e:Zintermediary field_267Lnet/minecraft/class_99;field_267:Znamed immediateUpdatesLnet/minecraft/world/World;immediateUpdates:Z
-
loadedEntities
- Mappings:
Namespace Name Mixin selector official fLadm;f:Ljava/util/List;intermediary field_268Lnet/minecraft/class_99;field_268:Ljava/util/List;named loadedEntitiesLnet/minecraft/world/World;loadedEntities:Ljava/util/List;
-
unloadedEntities
- Mappings:
Namespace Name Mixin selector official gLadm;g:Ljava/util/List;intermediary field_269Lnet/minecraft/class_99;field_269:Ljava/util/List;named unloadedEntitiesLnet/minecraft/world/World;unloadedEntities:Ljava/util/List;
-
blockEntities
- Mappings:
Namespace Name Mixin selector official hLadm;h:Ljava/util/List;intermediary field_270Lnet/minecraft/class_99;field_270:Ljava/util/List;named blockEntitiesLnet/minecraft/world/World;blockEntities:Ljava/util/List;
-
tickingBlockEntities
- Mappings:
Namespace Name Mixin selector official iLadm;i:Ljava/util/List;intermediary field_271Lnet/minecraft/class_99;field_271:Ljava/util/List;named tickingBlockEntitiesLnet/minecraft/world/World;tickingBlockEntities:Ljava/util/List;
-
pendingBlockEntities
- Mappings:
Namespace Name Mixin selector official bLadm;b:Ljava/util/List;intermediary field_264Lnet/minecraft/class_99;field_264:Ljava/util/List;named pendingBlockEntitiesLnet/minecraft/world/World;pendingBlockEntities:Ljava/util/List;
-
unloadedBlockEntities
- Mappings:
Namespace Name Mixin selector official cLadm;c:Ljava/util/List;intermediary field_265Lnet/minecraft/class_99;field_265:Ljava/util/List;named unloadedBlockEntitiesLnet/minecraft/world/World;unloadedBlockEntities:Ljava/util/List;
-
playerEntities
- Mappings:
Namespace Name Mixin selector official jLadm;j:Ljava/util/List;intermediary field_272Lnet/minecraft/class_99;field_272:Ljava/util/List;named playerEntitiesLnet/minecraft/world/World;playerEntities:Ljava/util/List;
-
entities
- Mappings:
Namespace Name Mixin selector official kLadm;k:Ljava/util/List;intermediary field_273Lnet/minecraft/class_99;field_273:Ljava/util/List;named entitiesLnet/minecraft/world/World;entities:Ljava/util/List;
-
idToEntity
- Mappings:
Namespace Name Mixin selector official lLadm;l:Lnm;intermediary field_274Lnet/minecraft/class_99;field_274:Lnet/minecraft/class_1697;named idToEntityLnet/minecraft/world/World;idToEntity:Lnet/minecraft/util/IntObjectStorage;
-
cloudColor
private long cloudColor- Mappings:
Namespace Name Mixin selector official dLadm;d:Jintermediary field_266Lnet/minecraft/class_99;field_266:Jnamed cloudColorLnet/minecraft/world/World;cloudColor:J
-
ambientDarkness
private int ambientDarkness- Mappings:
Namespace Name Mixin selector official ILadm;I:Iintermediary field_257Lnet/minecraft/class_99;field_257:Inamed ambientDarknessLnet/minecraft/world/World;ambientDarkness:I
-
lcgBlockSeed
protected int lcgBlockSeed- Mappings:
Namespace Name Mixin selector official mLadm;m:Iintermediary field_275Lnet/minecraft/class_99;field_275:Inamed lcgBlockSeedLnet/minecraft/world/World;lcgBlockSeed:I
-
unusedIncrement
protected final int unusedIncrement- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official nLadm;n:Iintermediary field_276Lnet/minecraft/class_99;field_276:Inamed unusedIncrementLnet/minecraft/world/World;unusedIncrement:I
-
rainGradientPrev
protected float rainGradientPrev- Mappings:
Namespace Name Mixin selector official oLadm;o:Fintermediary field_277Lnet/minecraft/class_99;field_277:Fnamed rainGradientPrevLnet/minecraft/world/World;rainGradientPrev:F
-
rainGradient
protected float rainGradient- Mappings:
Namespace Name Mixin selector official pLadm;p:Fintermediary field_278Lnet/minecraft/class_99;field_278:Fnamed rainGradientLnet/minecraft/world/World;rainGradient:F
-
thunderGradientPrev
protected float thunderGradientPrev- Mappings:
Namespace Name Mixin selector official qLadm;q:Fintermediary field_279Lnet/minecraft/class_99;field_279:Fnamed thunderGradientPrevLnet/minecraft/world/World;thunderGradientPrev:F
-
thunderGradient
protected float thunderGradient- Mappings:
Namespace Name Mixin selector official rLadm;r:Fintermediary field_280Lnet/minecraft/class_99;field_280:Fnamed thunderGradientLnet/minecraft/world/World;thunderGradient:F
-
field_258
private int field_258- Mappings:
Namespace Name Mixin selector official JLadm;J:Iintermediary field_258Lnet/minecraft/class_99;field_258:Inamed field_258Lnet/minecraft/world/World;field_258:I
-
random
- Mappings:
Namespace Name Mixin selector official sLadm;s:Ljava/util/Random;intermediary field_281Lnet/minecraft/class_99;field_281:Ljava/util/Random;named randomLnet/minecraft/world/World;random:Ljava/util/Random;
-
dimension
- Mappings:
Namespace Name Mixin selector official tLadm;t:Lanm;intermediary field_282Lnet/minecraft/class_99;field_282:Lnet/minecraft/class_411;named dimensionLnet/minecraft/world/World;dimension:Lnet/minecraft/world/dimension/Dimension;
-
eventListeners
- Mappings:
Namespace Name Mixin selector official uLadm;u:Ljava/util/List;intermediary field_283Lnet/minecraft/class_99;field_283:Ljava/util/List;named eventListenersLnet/minecraft/world/World;eventListeners:Ljava/util/List;
-
chunkProvider
- Mappings:
Namespace Name Mixin selector official vLadm;v:Lamv;intermediary field_284Lnet/minecraft/class_99;field_284:Lnet/minecraft/class_396;named chunkProviderLnet/minecraft/world/World;chunkProvider:Lnet/minecraft/world/chunk/ChunkProvider;
-
saveHandler
- Mappings:
Namespace Name Mixin selector official wLadm;w:Latp;intermediary field_285Lnet/minecraft/class_99;field_285:Lnet/minecraft/class_635;named saveHandlerLnet/minecraft/world/World;saveHandler:Lnet/minecraft/world/SaveHandler;
-
levelProperties
- Mappings:
Namespace Name Mixin selector official xLadm;x:Lato;intermediary field_286Lnet/minecraft/class_99;field_286:Lnet/minecraft/class_634;named levelPropertiesLnet/minecraft/world/World;levelProperties:Lnet/minecraft/world/level/LevelProperties;
-
field_287
protected boolean field_287- Mappings:
Namespace Name Mixin selector official yLadm;y:Zintermediary field_287Lnet/minecraft/class_99;field_287:Znamed field_287Lnet/minecraft/world/World;field_287:Z
-
field_288
- Mappings:
Namespace Name Mixin selector official zLadm;z:Laua;intermediary field_288Lnet/minecraft/class_99;field_288:Lnet/minecraft/class_643;named field_288Lnet/minecraft/world/World;field_288:Lnet/minecraft/class_643;
-
villageState
- Mappings:
Namespace Name Mixin selector official ALadm;A:Lth;intermediary field_249Lnet/minecraft/class_99;field_249:Lnet/minecraft/class_1844;named villageStateLnet/minecraft/world/World;villageState:Lnet/minecraft/village/VillageState;
-
profiler
- Mappings:
Namespace Name Mixin selector official BLadm;B:Lnt;intermediary field_250Lnet/minecraft/class_99;field_250:Lnet/minecraft/class_1705;named profilerLnet/minecraft/world/World;profiler:Lnet/minecraft/util/profiler/Profiler;
-
calender
- Mappings:
Namespace Name Mixin selector official KLadm;K:Ljava/util/Calendar;intermediary field_259Lnet/minecraft/class_99;field_259:Ljava/util/Calendar;named calenderLnet/minecraft/world/World;calender:Ljava/util/Calendar;
-
scoreboard
- Mappings:
Namespace Name Mixin selector official CLadm;C:Lauo;intermediary field_251Lnet/minecraft/class_99;field_251:Lnet/minecraft/class_653;named scoreboardLnet/minecraft/world/World;scoreboard:Lnet/minecraft/scoreboard/Scoreboard;
-
isClient
public final boolean isClient- Mappings:
Namespace Name Mixin selector official DLadm;D:Zintermediary field_252Lnet/minecraft/class_99;field_252:Znamed isClientLnet/minecraft/world/World;isClient:Z
-
field_253
- Mappings:
Namespace Name Mixin selector official ELadm;E:Ljava/util/Set;intermediary field_253Lnet/minecraft/class_99;field_253:Ljava/util/Set;named field_253Lnet/minecraft/world/World;field_253:Ljava/util/Set;
-
field_260
private int field_260- Mappings:
Namespace Name Mixin selector official LLadm;L:Iintermediary field_260Lnet/minecraft/class_99;field_260:Inamed field_260Lnet/minecraft/world/World;field_260:I
-
field_254
protected boolean field_254- Mappings:
Namespace Name Mixin selector official FLadm;F:Zintermediary field_254Lnet/minecraft/class_99;field_254:Znamed field_254Lnet/minecraft/world/World;field_254:Z
-
field_255
protected boolean field_255- Mappings:
Namespace Name Mixin selector official GLadm;G:Zintermediary field_255Lnet/minecraft/class_99;field_255:Znamed field_255Lnet/minecraft/world/World;field_255:Z
-
iteratingTickingBlockEntities
private boolean iteratingTickingBlockEntities- Mappings:
Namespace Name Mixin selector official MLadm;M:Zintermediary field_261Lnet/minecraft/class_99;field_261:Znamed iteratingTickingBlockEntitiesLnet/minecraft/world/World;iteratingTickingBlockEntities:Z
-
border
- Mappings:
Namespace Name Mixin selector official NLadm;N:Lams;intermediary field_262Lnet/minecraft/class_99;field_262:Lnet/minecraft/class_395;named borderLnet/minecraft/world/World;border:Lnet/minecraft/world/border/WorldBorder;
-
updateLightBlocks
int[] updateLightBlocks- Mappings:
Namespace Name Mixin selector official HLadm;H:[Iintermediary field_256Lnet/minecraft/class_99;field_256:[Inamed updateLightBlocksLnet/minecraft/world/World;updateLightBlocks:[I
-
-
Constructor Details
-
World
protected World(SaveHandler handler, LevelProperties properties, Dimension dim, Profiler profiler, boolean client)- Mappings:
Namespace Name Mixin selector official <init>Ladm;<init>(Latp;Lato;Lanm;Lnt;Z)Vintermediary <init>Lnet/minecraft/class_99;<init>(Lnet/minecraft/class_635;Lnet/minecraft/class_634;Lnet/minecraft/class_411;Lnet/minecraft/class_1705;Z)Vnamed <init>Lnet/minecraft/world/World;<init>(Lnet/minecraft/world/SaveHandler;Lnet/minecraft/world/level/LevelProperties;Lnet/minecraft/world/dimension/Dimension;Lnet/minecraft/util/profiler/Profiler;Z)V
-
-
Method Details
-
getWorld
- Mappings:
Namespace Name Mixin selector official bLadm;b()Ladm;intermediary method_348Lnet/minecraft/class_99;method_348()Lnet/minecraft/class_99;named getWorldLnet/minecraft/world/World;getWorld()Lnet/minecraft/world/World;
-
getBiomeAt
- Specified by:
getBiomeAtin interfaceWorldView- Mappings:
Namespace Name Mixin selector official bLadq;b(Lcj;)Lady;intermediary method_480Lnet/minecraft/class_104;method_480(Lnet/minecraft/class_1372;)Lnet/minecraft/class_113;named getBiomeAtLnet/minecraft/world/WorldView;getBiomeAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
-
getDimensionBiomeSource
- Mappings:
Namespace Name Mixin selector official vLadm;v()Laec;intermediary method_431Lnet/minecraft/class_99;method_431()Lnet/minecraft/class_123;named getDimensionBiomeSourceLnet/minecraft/world/World;getDimensionBiomeSource()Lnet/minecraft/world/LayeredBiomeSource;
-
getClientChunkCache
- Mappings:
Namespace Name Mixin selector official kLadm;k()Lamv;intermediary method_418Lnet/minecraft/class_99;method_418()Lnet/minecraft/class_396;named getClientChunkCacheLnet/minecraft/world/World;getClientChunkCache()Lnet/minecraft/world/chunk/ChunkProvider;
-
setPropertiesInitialized
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ladp;)Vintermediary method_279Lnet/minecraft/class_99;method_279(Lnet/minecraft/class_102;)Vnamed setPropertiesInitializedLnet/minecraft/world/World;setPropertiesInitialized(Lnet/minecraft/world/level/LevelInfo;)V
-
setDefaultSpawnClient
- Mappings:
Namespace Name Mixin selector official gLadm;g()Vintermediary method_405Lnet/minecraft/class_99;method_405()Vnamed setDefaultSpawnClientLnet/minecraft/world/World;setDefaultSpawnClient()V
-
getBlockAt
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lcj;)Lafh;intermediary method_381Lnet/minecraft/class_99;method_381(Lnet/minecraft/class_1372;)Lnet/minecraft/class_160;named getBlockAtLnet/minecraft/world/World;getBlockAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/Block;
-
isHeightInvalid
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;)Zintermediary method_299Lnet/minecraft/class_99;method_299(Lnet/minecraft/class_1372;)Znamed isHeightInvalidLnet/minecraft/world/World;isHeightInvalid(Lnet/minecraft/util/math/BlockPos;)Z
-
isAir
-
blockExists
- Mappings:
Namespace Name Mixin selector official eLadm;e(Lcj;)Zintermediary method_397Lnet/minecraft/class_99;method_397(Lnet/minecraft/class_1372;)Znamed blockExistsLnet/minecraft/world/World;blockExists(Lnet/minecraft/util/math/BlockPos;)Z
-
isLoaded
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Z)Zintermediary method_313Lnet/minecraft/class_99;method_313(Lnet/minecraft/class_1372;Z)Znamed isLoadedLnet/minecraft/world/World;isLoaded(Lnet/minecraft/util/math/BlockPos;Z)Z
-
isRegionLoaded
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;I)Zintermediary method_300Lnet/minecraft/class_99;method_300(Lnet/minecraft/class_1372;I)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;I)Z
-
isRegionLoaded
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;IZ)Zintermediary method_301Lnet/minecraft/class_99;method_301(Lnet/minecraft/class_1372;IZ)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;IZ)Z
-
isRegionLoaded
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lcj;)Zintermediary method_310Lnet/minecraft/class_99;method_310(Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Z
-
isRegionLoaded
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lcj;Z)Zintermediary method_311Lnet/minecraft/class_99;method_311(Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;Z)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Z)Z
-
isRegionLoaded
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laqe;)Zintermediary method_288Lnet/minecraft/class_99;method_288(Lnet/minecraft/class_476;)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockBox;)Z
-
isRegionLoaded
- Mappings:
Namespace Name Mixin selector official bLadm;b(Laqe;Z)Zintermediary method_359Lnet/minecraft/class_99;method_359(Lnet/minecraft/class_476;Z)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockBox;Z)Z
-
isRegionLoaded
private boolean isRegionLoaded(int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean bool)- Mappings:
Namespace Name Mixin selector official aLadm;a(IIIIIIZ)Zintermediary method_272Lnet/minecraft/class_99;method_272(IIIIIIZ)Znamed isRegionLoadedLnet/minecraft/world/World;isRegionLoaded(IIIIIIZ)Z
-
isChunkLoaded
protected boolean isChunkLoaded(int chunkX, int chunkZ, boolean bool)- Mappings:
Namespace Name Mixin selector official aLadm;a(IIZ)Zintermediary method_274Lnet/minecraft/class_99;method_274(IIZ)Znamed isChunkLoadedLnet/minecraft/world/World;isChunkLoaded(IIZ)Z
-
getChunk
- Mappings:
Namespace Name Mixin selector official fLadm;f(Lcj;)Lamy;intermediary method_402Lnet/minecraft/class_99;method_402(Lnet/minecraft/class_1372;)Lnet/minecraft/class_399;named getChunkLnet/minecraft/world/World;getChunk(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/chunk/Chunk;
-
getChunk
- Mappings:
Namespace Name Mixin selector official aLadm;a(II)Lamy;intermediary method_269Lnet/minecraft/class_99;method_269(II)Lnet/minecraft/class_399;named getChunkLnet/minecraft/world/World;getChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
setBlockState
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lalz;I)Zintermediary method_309Lnet/minecraft/class_99;method_309(Lnet/minecraft/class_1372;Lnet/minecraft/class_376;I)Znamed setBlockStateLnet/minecraft/world/World;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)Z
-
setAir
- Mappings:
Namespace Name Mixin selector official gLadm;g(Lcj;)Zintermediary method_407Lnet/minecraft/class_99;method_407(Lnet/minecraft/class_1372;)Znamed setAirLnet/minecraft/world/World;setAir(Lnet/minecraft/util/math/BlockPos;)Z
-
removeBlock
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Z)Zintermediary method_367Lnet/minecraft/class_99;method_367(Lnet/minecraft/class_1372;Z)Znamed removeBlockLnet/minecraft/world/World;removeBlock(Lnet/minecraft/util/math/BlockPos;Z)Z
-
setBlockState
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lalz;)Zintermediary method_308Lnet/minecraft/class_99;method_308(Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)Znamed setBlockStateLnet/minecraft/world/World;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
-
onBlockUpdate
- Mappings:
Namespace Name Mixin selector official hLadm;h(Lcj;)Vintermediary method_411Lnet/minecraft/class_99;method_411(Lnet/minecraft/class_1372;)Vnamed onBlockUpdateLnet/minecraft/world/World;onBlockUpdate(Lnet/minecraft/util/math/BlockPos;)V
-
method_362
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Lafh;)Vintermediary method_362Lnet/minecraft/class_99;method_362(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)Vnamed method_362Lnet/minecraft/world/World;method_362(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
method_271
public void method_271(int x, int z, int minY, int maxY)- Mappings:
Namespace Name Mixin selector official aLadm;a(IIII)Vintermediary method_271Lnet/minecraft/class_99;method_271(IIII)Vnamed method_271Lnet/minecraft/world/World;method_271(IIII)V
-
onRenderRegionUpdate
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Lcj;)Vintermediary method_365Lnet/minecraft/class_99;method_365(Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;)Vnamed onRenderRegionUpdateLnet/minecraft/world/World;onRenderRegionUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)V
-
onRenderRegionUpdate
public void onRenderRegionUpdate(int x1, int y1, int z1, int x2, int y2, int z2)- Mappings:
Namespace Name Mixin selector official bLadm;b(IIIIII)Vintermediary method_353Lnet/minecraft/class_99;method_353(IIIIII)Vnamed onRenderRegionUpdateLnet/minecraft/world/World;onRenderRegionUpdate(IIIIII)V
-
updateNeighborsAlways
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lcj;Lafh;)Vintermediary method_382Lnet/minecraft/class_99;method_382(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)Vnamed updateNeighborsAlwaysLnet/minecraft/world/World;updateNeighborsAlways(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
updateNeighborsExcept
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;Lcq;)Vintermediary method_306Lnet/minecraft/class_99;method_306(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;Lnet/minecraft/class_1383;)Vnamed updateNeighborsExceptLnet/minecraft/world/World;updateNeighborsExcept(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/Direction;)V
-
neighbourUpdate
- Mappings:
Namespace Name Mixin selector official dLadm;d(Lcj;Lafh;)Vintermediary method_392Lnet/minecraft/class_99;method_392(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)Vnamed neighbourUpdateLnet/minecraft/world/World;neighbourUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
method_303
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;)Zintermediary method_303Lnet/minecraft/class_99;method_303(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)Znamed method_303Lnet/minecraft/world/World;method_303(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)Z
-
hasDirectSunlight
- Mappings:
Namespace Name Mixin selector official iLadm;i(Lcj;)Zintermediary method_415Lnet/minecraft/class_99;method_415(Lnet/minecraft/class_1372;)Znamed hasDirectSunlightLnet/minecraft/world/World;hasDirectSunlight(Lnet/minecraft/util/math/BlockPos;)Z
-
recievesSunlight
- Mappings:
Namespace Name Mixin selector official jLadm;j(Lcj;)Zintermediary method_417Lnet/minecraft/class_99;method_417(Lnet/minecraft/class_1372;)Znamed recievesSunlightLnet/minecraft/world/World;recievesSunlight(Lnet/minecraft/util/math/BlockPos;)Z
-
method_420
- Mappings:
Namespace Name Mixin selector official kLadm;k(Lcj;)Iintermediary method_420Lnet/minecraft/class_99;method_420(Lnet/minecraft/class_1372;)Inamed method_420Lnet/minecraft/world/World;method_420(Lnet/minecraft/util/math/BlockPos;)I
-
method_421
- Mappings:
Namespace Name Mixin selector official lLadm;l(Lcj;)Iintermediary method_421Lnet/minecraft/class_99;method_421(Lnet/minecraft/class_1372;)Inamed method_421Lnet/minecraft/world/World;method_421(Lnet/minecraft/util/math/BlockPos;)I
-
method_385
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lcj;Z)Iintermediary method_385Lnet/minecraft/class_99;method_385(Lnet/minecraft/class_1372;Z)Inamed method_385Lnet/minecraft/world/World;method_385(Lnet/minecraft/util/math/BlockPos;Z)I
-
method_422
- Mappings:
Namespace Name Mixin selector official mLadm;m(Lcj;)Lcj;intermediary method_422Lnet/minecraft/class_99;method_422(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named method_422Lnet/minecraft/world/World;method_422(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
method_352
public int method_352(int int2, int int3)- Mappings:
Namespace Name Mixin selector official bLadm;b(II)Iintermediary method_352Lnet/minecraft/class_99;method_352(II)Inamed method_352Lnet/minecraft/world/World;method_352(II)I
-
getLuminance
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lads;Lcj;)Iintermediary method_281Lnet/minecraft/class_99;method_281(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)Inamed getLuminanceLnet/minecraft/world/World;getLuminance(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
-
getLightAtPos
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lads;Lcj;)Iintermediary method_357Lnet/minecraft/class_99;method_357(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)Inamed getLightAtPosLnet/minecraft/world/World;getLightAtPos(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
-
method_282
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lads;Lcj;I)Vintermediary method_282Lnet/minecraft/class_99;method_282(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;I)Vnamed method_282Lnet/minecraft/world/World;method_282(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;I)V
-
onLightUpdate
- Mappings:
Namespace Name Mixin selector official nLadm;n(Lcj;)Vintermediary method_423Lnet/minecraft/class_99;method_423(Lnet/minecraft/class_1372;)Vnamed onLightUpdateLnet/minecraft/world/World;onLightUpdate(Lnet/minecraft/util/math/BlockPos;)V
-
getLight
-
method_424
- Mappings:
Namespace Name Mixin selector official oLadm;o(Lcj;)Fintermediary method_424Lnet/minecraft/class_99;method_424(Lnet/minecraft/class_1372;)Fnamed method_424Lnet/minecraft/world/World;method_424(Lnet/minecraft/util/math/BlockPos;)F
-
getBlockState
- Specified by:
getBlockStatein interfaceWorldView- Mappings:
Namespace Name Mixin selector official pLadq;p(Lcj;)Lalz;intermediary method_483Lnet/minecraft/class_104;method_483(Lnet/minecraft/class_1372;)Lnet/minecraft/class_376;named getBlockStateLnet/minecraft/world/WorldView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
isDay
public boolean isDay()- Mappings:
Namespace Name Mixin selector official wLadm;w()Zintermediary method_433Lnet/minecraft/class_99;method_433()Znamed isDayLnet/minecraft/world/World;isDay()Z
-
raycast
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laui;Laui;)Lauh;intermediary method_295Lnet/minecraft/class_99;method_295(Lnet/minecraft/class_649;Lnet/minecraft/class_649;)Lnet/minecraft/class_647;named raycastLnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/hit/HitResult;
-
method_296
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laui;Laui;Z)Lauh;intermediary method_296Lnet/minecraft/class_99;method_296(Lnet/minecraft/class_649;Lnet/minecraft/class_649;Z)Lnet/minecraft/class_647;named method_296Lnet/minecraft/world/World;method_296(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Z)Lnet/minecraft/util/hit/HitResult;
-
rayTrace
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laui;Laui;ZZZ)Lauh;intermediary method_297Lnet/minecraft/class_99;method_297(Lnet/minecraft/class_649;Lnet/minecraft/class_649;ZZZ)Lnet/minecraft/class_647;named rayTraceLnet/minecraft/world/World;rayTrace(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;ZZZ)Lnet/minecraft/util/hit/HitResult;
-
playSound
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;Ljava/lang/String;FF)Vintermediary method_334Lnet/minecraft/class_99;method_334(Lnet/minecraft/class_1745;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 official aLadm;a(Lwn;Ljava/lang/String;FF)Vintermediary method_339Lnet/minecraft/class_99;method_339(Lnet/minecraft/class_1963;Ljava/lang/String;FF)Vnamed playSoundLnet/minecraft/world/World;playSound(Lnet/minecraft/entity/player/PlayerEntity;Ljava/lang/String;FF)V
-
playSound
- Mappings:
Namespace Name Mixin selector official aLadm;a(DDDLjava/lang/String;FF)Vintermediary method_265Lnet/minecraft/class_99;method_265(DDDLjava/lang/String;FF)Vnamed playSoundLnet/minecraft/world/World;playSound(DDDLjava/lang/String;FF)V
-
playSound
public void playSound(double x, double y, double z, String sound, float volume, float pitch, boolean bool)- Mappings:
Namespace Name Mixin selector official aLadm;a(DDDLjava/lang/String;FFZ)Vintermediary method_266Lnet/minecraft/class_99;method_266(DDDLjava/lang/String;FFZ)Vnamed playSoundLnet/minecraft/world/World;playSound(DDDLjava/lang/String;FFZ)V
-
playMusicDisc
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Ljava/lang/String;)Vintermediary method_312Lnet/minecraft/class_99;method_312(Lnet/minecraft/class_1372;Ljava/lang/String;)Vnamed playMusicDiscLnet/minecraft/world/World;playMusicDisc(Lnet/minecraft/util/math/BlockPos;Ljava/lang/String;)V
-
addParticle
public void addParticle(ParticleType type, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcy;DDDDDD[I)Vintermediary method_314Lnet/minecraft/class_99;method_314(Lnet/minecraft/class_1394;DDDDDD[I)Vnamed addParticleLnet/minecraft/world/World;addParticle(Lnet/minecraft/client/particle/ParticleType;DDDDDD[I)V
-
addParticle
@Environment(CLIENT) public void addParticle(ParticleType type, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcy;ZDDDDDD[I)Vintermediary method_315Lnet/minecraft/class_99;method_315(Lnet/minecraft/class_1394;ZDDDDDD[I)Vnamed addParticleLnet/minecraft/world/World;addParticle(Lnet/minecraft/client/particle/ParticleType;ZDDDDDD[I)V
-
addParticle
private void addParticle(int id, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)- Mappings:
Namespace Name Mixin selector official aLadm;a(IZDDDDDD[I)Vintermediary method_276Lnet/minecraft/class_99;method_276(IZDDDDDD[I)Vnamed addParticleLnet/minecraft/world/World;addParticle(IZDDDDDD[I)V
-
addEntity
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lpk;)Zintermediary method_387Lnet/minecraft/class_99;method_387(Lnet/minecraft/class_1745;)Znamed addEntityLnet/minecraft/world/World;addEntity(Lnet/minecraft/entity/Entity;)Z
-
spawnEntity
- Mappings:
Namespace Name Mixin selector official dLadm;d(Lpk;)Zintermediary method_394Lnet/minecraft/class_99;method_394(Lnet/minecraft/class_1745;)Znamed spawnEntityLnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z
-
onEntitySpawned
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;)Vintermediary method_326Lnet/minecraft/class_99;method_326(Lnet/minecraft/class_1745;)Vnamed onEntitySpawnedLnet/minecraft/world/World;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
-
onEntityRemoved
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lpk;)Vintermediary method_372Lnet/minecraft/class_99;method_372(Lnet/minecraft/class_1745;)Vnamed onEntityRemovedLnet/minecraft/world/World;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
-
removeEntity
- Mappings:
Namespace Name Mixin selector official eLadm;e(Lpk;)Vintermediary method_400Lnet/minecraft/class_99;method_400(Lnet/minecraft/class_1745;)Vnamed removeEntityLnet/minecraft/world/World;removeEntity(Lnet/minecraft/entity/Entity;)V
-
method_404
- Mappings:
Namespace Name Mixin selector official fLadm;f(Lpk;)Vintermediary method_404Lnet/minecraft/class_99;method_404(Lnet/minecraft/class_1745;)Vnamed method_404Lnet/minecraft/world/World;method_404(Lnet/minecraft/entity/Entity;)V
-
addListener
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lado;)Vintermediary method_278Lnet/minecraft/class_99;method_278(Lnet/minecraft/class_101;)Vnamed addListenerLnet/minecraft/world/World;addListener(Lnet/minecraft/world/WorldEventListener;)V
-
removeListener
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lado;)Vintermediary method_356Lnet/minecraft/class_99;method_356(Lnet/minecraft/class_101;)Vnamed removeListenerLnet/minecraft/world/World;removeListener(Lnet/minecraft/world/WorldEventListener;)V
-
doesBoxCollide
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;Laug;)Ljava/util/List;intermediary method_332Lnet/minecraft/class_99;method_332(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;)Ljava/util/List;named doesBoxCollideLnet/minecraft/world/World;doesBoxCollide(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
isInsideWorld
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lams;Lpk;)Zintermediary method_286Lnet/minecraft/class_99;method_286(Lnet/minecraft/class_395;Lnet/minecraft/class_1745;)Znamed isInsideWorldLnet/minecraft/world/World;isInsideWorld(Lnet/minecraft/world/border/WorldBorder;Lnet/minecraft/entity/Entity;)Z
-
method_290
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laug;)Ljava/util/List;intermediary method_290Lnet/minecraft/class_99;method_290(Lnet/minecraft/class_646;)Ljava/util/List;named method_290Lnet/minecraft/world/World;method_290(Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
method_267
public int method_267(float float2)- Mappings:
Namespace Name Mixin selector official aLadm;a(F)Iintermediary method_267Lnet/minecraft/class_99;method_267(F)Inamed method_267Lnet/minecraft/world/World;method_267(F)I
-
method_350
- Mappings:
Namespace Name Mixin selector official bLadm;b(F)Fintermediary method_350Lnet/minecraft/class_99;method_350(F)Fnamed method_350Lnet/minecraft/world/World;method_350(F)F
-
method_331
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;F)Laui;intermediary method_331Lnet/minecraft/class_99;method_331(Lnet/minecraft/class_1745;F)Lnet/minecraft/class_649;named method_331Lnet/minecraft/world/World;method_331(Lnet/minecraft/entity/Entity;F)Lnet/minecraft/util/math/Vec3d;
-
method_375
public float method_375(float float2)- Mappings:
Namespace Name Mixin selector official cLadm;c(F)Fintermediary method_375Lnet/minecraft/class_99;method_375(F)Fnamed method_375Lnet/minecraft/world/World;method_375(F)F
-
method_435
- Mappings:
Namespace Name Mixin selector official xLadm;x()Iintermediary method_435Lnet/minecraft/class_99;method_435()Inamed method_435Lnet/minecraft/world/World;method_435()I
-
getMoonPhase
public float getMoonPhase()- Mappings:
Namespace Name Mixin selector official yLadm;y()Fintermediary method_437Lnet/minecraft/class_99;method_437()Fnamed getMoonPhaseLnet/minecraft/world/World;getMoonPhase()F
-
getSkyAngleRadians
public float getSkyAngleRadians(float float2)- Mappings:
Namespace Name Mixin selector official dLadm;d(F)Fintermediary method_389Lnet/minecraft/class_99;method_389(F)Fnamed getSkyAngleRadiansLnet/minecraft/world/World;getSkyAngleRadians(F)F
-
method_395
- Mappings:
Namespace Name Mixin selector official eLadm;e(F)Laui;intermediary method_395Lnet/minecraft/class_99;method_395(F)Lnet/minecraft/class_649;named method_395Lnet/minecraft/world/World;method_395(F)Lnet/minecraft/util/math/Vec3d;
-
method_401
- Mappings:
Namespace Name Mixin selector official fLadm;f(F)Laui;intermediary method_401Lnet/minecraft/class_99;method_401(F)Lnet/minecraft/class_649;named method_401Lnet/minecraft/world/World;method_401(F)Lnet/minecraft/util/math/Vec3d;
-
method_427
- Mappings:
Namespace Name Mixin selector official qLadm;q(Lcj;)Lcj;intermediary method_427Lnet/minecraft/class_99;method_427(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named method_427Lnet/minecraft/world/World;method_427(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
method_428
- Mappings:
Namespace Name Mixin selector official rLadm;r(Lcj;)Lcj;intermediary method_428Lnet/minecraft/class_99;method_428(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named method_428Lnet/minecraft/world/World;method_428(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
method_406
- Mappings:
Namespace Name Mixin selector official gLadm;g(F)Fintermediary method_406Lnet/minecraft/class_99;method_406(F)Fnamed method_406Lnet/minecraft/world/World;method_406(F)F
-
method_304
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;I)Vintermediary method_304Lnet/minecraft/class_99;method_304(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;I)Vnamed method_304Lnet/minecraft/world/World;method_304(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;I)V
-
method_305
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;II)Vintermediary method_305Lnet/minecraft/class_99;method_305(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;II)Vnamed method_305Lnet/minecraft/world/World;method_305(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
method_363
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Lafh;II)Vintermediary method_363Lnet/minecraft/class_99;method_363(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;II)Vnamed method_363Lnet/minecraft/world/World;method_363(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
tickEntities
public void tickEntities()- Mappings:
Namespace Name Mixin selector official iLadm;i()Vintermediary method_413Lnet/minecraft/class_99;method_413()Vnamed tickEntitiesLnet/minecraft/world/World;tickEntities()V
-
addBlockEntity
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lakw;)Zintermediary method_285Lnet/minecraft/class_99;method_285(Lnet/minecraft/class_348;)Znamed addBlockEntityLnet/minecraft/world/World;addBlockEntity(Lnet/minecraft/block/entity/BlockEntity;)Z
-
addBlockEntities
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/util/Collection;)Vintermediary method_325Lnet/minecraft/class_99;method_325(Ljava/util/Collection;)Vnamed addBlockEntitiesLnet/minecraft/world/World;addBlockEntities(Ljava/util/Collection;)V
-
method_408
- Mappings:
Namespace Name Mixin selector official gLadm;g(Lpk;)Vintermediary method_408Lnet/minecraft/class_99;method_408(Lnet/minecraft/class_1745;)Vnamed method_408Lnet/minecraft/world/World;method_408(Lnet/minecraft/entity/Entity;)V
-
method_335
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;Z)Vintermediary method_335Lnet/minecraft/class_99;method_335(Lnet/minecraft/class_1745;Z)Vnamed method_335Lnet/minecraft/world/World;method_335(Lnet/minecraft/entity/Entity;Z)V
-
hasEntityIn
- Mappings:
Namespace Name Mixin selector official bLadm;b(Laug;)Zintermediary method_360Lnet/minecraft/class_99;method_360(Lnet/minecraft/class_646;)Znamed hasEntityInLnet/minecraft/world/World;hasEntityIn(Lnet/minecraft/util/math/Box;)Z
-
hasEntityIn
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laug;Lpk;)Zintermediary method_293Lnet/minecraft/class_99;method_293(Lnet/minecraft/class_646;Lnet/minecraft/class_1745;)Znamed hasEntityInLnet/minecraft/world/World;hasEntityIn(Lnet/minecraft/util/math/Box;Lnet/minecraft/entity/Entity;)Z
-
method_380
- Mappings:
Namespace Name Mixin selector official cLadm;c(Laug;)Zintermediary method_380Lnet/minecraft/class_99;method_380(Lnet/minecraft/class_646;)Znamed method_380Lnet/minecraft/world/World;method_380(Lnet/minecraft/util/math/Box;)Z
-
method_391
- Mappings:
Namespace Name Mixin selector official dLadm;d(Laug;)Zintermediary method_391Lnet/minecraft/class_99;method_391(Lnet/minecraft/class_646;)Znamed method_391Lnet/minecraft/world/World;method_391(Lnet/minecraft/util/math/Box;)Z
-
doesAreaContainFireSource
- Mappings:
Namespace Name Mixin selector official eLadm;e(Laug;)Zintermediary method_396Lnet/minecraft/class_99;method_396(Lnet/minecraft/class_646;)Znamed doesAreaContainFireSourceLnet/minecraft/world/World;doesAreaContainFireSource(Lnet/minecraft/util/math/Box;)Z
-
method_292
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laug;Larm;Lpk;)Zintermediary method_292Lnet/minecraft/class_99;method_292(Lnet/minecraft/class_646;Lnet/minecraft/class_591;Lnet/minecraft/class_1745;)Znamed method_292Lnet/minecraft/world/World;method_292(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/Material;Lnet/minecraft/entity/Entity;)Z
-
method_291
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laug;Larm;)Zintermediary method_291Lnet/minecraft/class_99;method_291(Lnet/minecraft/class_646;Lnet/minecraft/class_591;)Znamed method_291Lnet/minecraft/world/World;method_291(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/Material;)Z
-
containsBlockWithMaterial
- Mappings:
Namespace Name Mixin selector official bLadm;b(Laug;Larm;)Zintermediary method_361Lnet/minecraft/class_99;method_361(Lnet/minecraft/class_646;Lnet/minecraft/class_591;)Znamed containsBlockWithMaterialLnet/minecraft/world/World;containsBlockWithMaterial(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/Material;)Z
-
createExplosion
public Explosion createExplosion(Entity entity, double x, double y, double z, float power, boolean destructive)- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;DDDFZ)Ladi;intermediary method_329Lnet/minecraft/class_99;method_329(Lnet/minecraft/class_1745;DDDFZ)Lnet/minecraft/class_93;named createExplosionLnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDFZ)Lnet/minecraft/world/explosion/Explosion;
-
createExplosion
public Explosion createExplosion(Entity entity, double x, double y, double z, float power, boolean bool, boolean destructive)- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;DDDFZZ)Ladi;intermediary method_330Lnet/minecraft/class_99;method_330(Lnet/minecraft/class_1745;DDDFZZ)Lnet/minecraft/class_93;named createExplosionLnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDFZZ)Lnet/minecraft/world/explosion/Explosion;
-
method_294
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laui;Laug;)Fintermediary method_294Lnet/minecraft/class_99;method_294(Lnet/minecraft/class_649;Lnet/minecraft/class_646;)Fnamed method_294Lnet/minecraft/world/World;method_294(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Box;)F
-
extinguishFire
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lwn;Lcj;Lcq;)Zintermediary method_338Lnet/minecraft/class_99;method_338(Lnet/minecraft/class_1963;Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Znamed extinguishFireLnet/minecraft/world/World;extinguishFire(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
-
addDetailsToCrashReport
- Mappings:
Namespace Name Mixin selector official zLadm;z()Ljava/lang/String;intermediary method_439Lnet/minecraft/class_99;method_439()Ljava/lang/String;named addDetailsToCrashReportLnet/minecraft/world/World;addDetailsToCrashReport()Ljava/lang/String;
-
getDebugString
- Mappings:
Namespace Name Mixin selector official ALadm;A()Ljava/lang/String;intermediary method_233Lnet/minecraft/class_99;method_233()Ljava/lang/String;named getDebugStringLnet/minecraft/world/World;getDebugString()Ljava/lang/String;
-
getBlockEntity
- Specified by:
getBlockEntityin interfaceWorldView- Mappings:
Namespace Name Mixin selector official sLadq;s(Lcj;)Lakw;intermediary method_484Lnet/minecraft/class_104;method_484(Lnet/minecraft/class_1372;)Lnet/minecraft/class_348;named getBlockEntityLnet/minecraft/world/WorldView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
-
setBlockEntity
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lakw;)Vintermediary method_307Lnet/minecraft/class_99;method_307(Lnet/minecraft/class_1372;Lnet/minecraft/class_348;)Vnamed setBlockEntityLnet/minecraft/world/World;setBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V
-
removeBlockEntity
- Mappings:
Namespace Name Mixin selector official tLadm;t(Lcj;)Vintermediary method_429Lnet/minecraft/class_99;method_429(Lnet/minecraft/class_1372;)Vnamed removeBlockEntityLnet/minecraft/world/World;removeBlockEntity(Lnet/minecraft/util/math/BlockPos;)V
-
method_358
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lakw;)Vintermediary method_358Lnet/minecraft/class_99;method_358(Lnet/minecraft/class_348;)Vnamed method_358Lnet/minecraft/world/World;method_358(Lnet/minecraft/block/entity/BlockEntity;)V
-
method_430
- Mappings:
Namespace Name Mixin selector official uLadm;u(Lcj;)Zintermediary method_430Lnet/minecraft/class_99;method_430(Lnet/minecraft/class_1372;)Znamed method_430Lnet/minecraft/world/World;method_430(Lnet/minecraft/util/math/BlockPos;)Z
-
isOpaque
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ladq;Lcj;)Zintermediary method_280Lnet/minecraft/class_99;method_280(Lnet/minecraft/class_104;Lnet/minecraft/class_1372;)Znamed isOpaqueLnet/minecraft/world/World;isOpaque(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-
renderAsNormalBlock
- Mappings:
Namespace Name Mixin selector official dLadm;d(Lcj;Z)Zintermediary method_393Lnet/minecraft/class_99;method_393(Lnet/minecraft/class_1372;Z)Znamed renderAsNormalBlockLnet/minecraft/world/World;renderAsNormalBlock(Lnet/minecraft/util/math/BlockPos;Z)Z
-
calculateAmbientDarkness
public void calculateAmbientDarkness()- Mappings:
Namespace Name Mixin selector official BLadm;B()Vintermediary method_235Lnet/minecraft/class_99;method_235()Vnamed calculateAmbientDarknessLnet/minecraft/world/World;calculateAmbientDarkness()V
-
method_341
public void method_341(boolean bool, boolean bool2)- Mappings:
Namespace Name Mixin selector official aLadm;a(ZZ)Vintermediary method_341Lnet/minecraft/class_99;method_341(ZZ)Vnamed method_341Lnet/minecraft/world/World;method_341(ZZ)V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official cLadm;c()Vintermediary method_374Lnet/minecraft/class_99;method_374()Vnamed tickLnet/minecraft/world/World;tick()V
-
initWeatherGradients
protected void initWeatherGradients()- Mappings:
Namespace Name Mixin selector official CLadm;C()Vintermediary method_237Lnet/minecraft/class_99;method_237()Vnamed initWeatherGradientsLnet/minecraft/world/World;initWeatherGradients()V
-
tickWeather
protected void tickWeather()- Mappings:
Namespace Name Mixin selector official pLadm;p()Vintermediary method_425Lnet/minecraft/class_99;method_425()Vnamed tickWeatherLnet/minecraft/world/World;tickWeather()V
-
updateLighting
protected void updateLighting()- Mappings:
Namespace Name Mixin selector official DLadm;D()Vintermediary method_239Lnet/minecraft/class_99;method_239()Vnamed updateLightingLnet/minecraft/world/World;updateLighting()V
-
getNextMapId
protected abstract int getNextMapId()- Mappings:
Namespace Name Mixin selector official qLadm;q()Iintermediary method_426Lnet/minecraft/class_99;method_426()Inamed getNextMapIdLnet/minecraft/world/World;getNextMapId()I
-
method_273
- Mappings:
Namespace Name Mixin selector official aLadm;a(IILamy;)Vintermediary method_273Lnet/minecraft/class_99;method_273(IILnet/minecraft/class_399;)Vnamed method_273Lnet/minecraft/world/World;method_273(IILnet/minecraft/world/chunk/Chunk;)V
-
tickBlocks
protected void tickBlocks()- Mappings:
Namespace Name Mixin selector official hLadm;h()Vintermediary method_409Lnet/minecraft/class_99;method_409()Vnamed tickBlocksLnet/minecraft/world/World;tickBlocks()V
-
method_283
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lafh;Lcj;Ljava/util/Random;)Vintermediary method_283Lnet/minecraft/class_99;method_283(Lnet/minecraft/class_160;Lnet/minecraft/class_1372;Ljava/util/Random;)Vnamed method_283Lnet/minecraft/world/World;method_283(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
-
method_432
- Mappings:
Namespace Name Mixin selector official vLadm;v(Lcj;)Zintermediary method_432Lnet/minecraft/class_99;method_432(Lnet/minecraft/class_1372;)Znamed method_432Lnet/minecraft/world/World;method_432(Lnet/minecraft/util/math/BlockPos;)Z
-
method_434
- Mappings:
Namespace Name Mixin selector official wLadm;w(Lcj;)Zintermediary method_434Lnet/minecraft/class_99;method_434(Lnet/minecraft/class_1372;)Znamed method_434Lnet/minecraft/world/World;method_434(Lnet/minecraft/util/math/BlockPos;)Z
-
method_399
- Mappings:
Namespace Name Mixin selector official eLadm;e(Lcj;Z)Zintermediary method_399Lnet/minecraft/class_99;method_399(Lnet/minecraft/class_1372;Z)Znamed method_399Lnet/minecraft/world/World;method_399(Lnet/minecraft/util/math/BlockPos;Z)Z
-
method_244
- Mappings:
Namespace Name Mixin selector official FLadm;F(Lcj;)Zintermediary method_244Lnet/minecraft/class_99;method_244(Lnet/minecraft/class_1372;)Znamed method_244Lnet/minecraft/world/World;method_244(Lnet/minecraft/util/math/BlockPos;)Z
-
method_403
- Mappings:
Namespace Name Mixin selector official fLadm;f(Lcj;Z)Zintermediary method_403Lnet/minecraft/class_99;method_403(Lnet/minecraft/class_1372;Z)Znamed method_403Lnet/minecraft/world/World;method_403(Lnet/minecraft/util/math/BlockPos;Z)Z
-
method_436
- Mappings:
Namespace Name Mixin selector official xLadm;x(Lcj;)Zintermediary method_436Lnet/minecraft/class_99;method_436(Lnet/minecraft/class_1372;)Znamed method_436Lnet/minecraft/world/World;method_436(Lnet/minecraft/util/math/BlockPos;)Z
-
getLightAtPos
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lads;)Iintermediary method_302Lnet/minecraft/class_99;method_302(Lnet/minecraft/class_1372;Lnet/minecraft/class_106;)Inamed getLightAtPosLnet/minecraft/world/World;getLightAtPos(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/LightType;)I
-
method_379
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lads;Lcj;)Zintermediary method_379Lnet/minecraft/class_99;method_379(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)Znamed method_379Lnet/minecraft/world/World;method_379(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)Z
-
method_340
public boolean method_340(boolean bool)- Mappings:
Namespace Name Mixin selector official aLadm;a(Z)Zintermediary method_340Lnet/minecraft/class_99;method_340(Z)Znamed method_340Lnet/minecraft/world/World;method_340(Z)Z
-
method_287
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lamy;Z)Ljava/util/List;intermediary method_287Lnet/minecraft/class_99;method_287(Lnet/minecraft/class_399;Z)Ljava/util/List;named method_287Lnet/minecraft/world/World;method_287(Lnet/minecraft/world/chunk/Chunk;Z)Ljava/util/List;
-
method_289
- Mappings:
Namespace Name Mixin selector official aLadm;a(Laqe;Z)Ljava/util/List;intermediary method_289Lnet/minecraft/class_99;method_289(Lnet/minecraft/class_476;Z)Ljava/util/List;named method_289Lnet/minecraft/world/World;method_289(Lnet/minecraft/util/math/BlockBox;Z)Ljava/util/List;
-
getEntitiesIn
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lpk;Laug;)Ljava/util/List;intermediary method_373Lnet/minecraft/class_99;method_373(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;)Ljava/util/List;named getEntitiesInLnet/minecraft/world/World;getEntitiesIn(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
getEntitiesIn
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;Laug;Lcom/google/common/base/Predicate;)Ljava/util/List;intermediary method_333Lnet/minecraft/class_99;method_333(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;Lcom/google/common/base/Predicate;)Ljava/util/List;named getEntitiesInLnet/minecraft/world/World;getEntitiesIn(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;Lcom/google/common/base/Predicate;)Ljava/util/List;
-
method_320
public <T extends Entity> List<T> method_320(Class<? extends T> class2, Predicate<? super T> predicate)- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;intermediary method_320Lnet/minecraft/class_99;method_320(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;named method_320Lnet/minecraft/world/World;method_320(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
-
method_368
public <T extends Entity> List<T> method_368(Class<? extends T> class2, Predicate<? super T> predicate)- Mappings:
Namespace Name Mixin selector official bLadm;b(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;intermediary method_368Lnet/minecraft/class_99;method_368(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;named method_368Lnet/minecraft/world/World;method_368(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
-
getEntitiesInBox
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/Class;Laug;)Ljava/util/List;intermediary method_317Lnet/minecraft/class_99;method_317(Ljava/lang/Class;Lnet/minecraft/class_646;)Ljava/util/List;named getEntitiesInBoxLnet/minecraft/world/World;getEntitiesInBox(Ljava/lang/Class;Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
getEntitiesInBox
public <T extends Entity> List<T> getEntitiesInBox(Class<? extends T> clazz, Box box, Predicate<? super T> entityPredicate)- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/Class;Laug;Lcom/google/common/base/Predicate;)Ljava/util/List;intermediary method_318Lnet/minecraft/class_99;method_318(Ljava/lang/Class;Lnet/minecraft/class_646;Lcom/google/common/base/Predicate;)Ljava/util/List;named getEntitiesInBoxLnet/minecraft/world/World;getEntitiesInBox(Ljava/lang/Class;Lnet/minecraft/util/math/Box;Lcom/google/common/base/Predicate;)Ljava/util/List;
-
method_319
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/Class;Laug;Lpk;)Lpk;intermediary method_319Lnet/minecraft/class_99;method_319(Ljava/lang/Class;Lnet/minecraft/class_646;Lnet/minecraft/class_1745;)Lnet/minecraft/class_1745;named method_319Lnet/minecraft/world/World;method_319(Ljava/lang/Class;Lnet/minecraft/util/math/Box;Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/Entity;
-
getEntityById
- Mappings:
Namespace Name Mixin selector official aLadm;a(I)Lpk;intermediary method_268Lnet/minecraft/class_99;method_268(I)Lnet/minecraft/class_1745;named getEntityByIdLnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;
-
method_241
- Mappings:
Namespace Name Mixin selector official ELadm;E()Ljava/util/List;intermediary method_241Lnet/minecraft/class_99;method_241()Ljava/util/List;named method_241Lnet/minecraft/world/World;method_241()Ljava/util/List;
-
markDirty
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Lakw;)Vintermediary method_364Lnet/minecraft/class_99;method_364(Lnet/minecraft/class_1372;Lnet/minecraft/class_348;)Vnamed markDirtyLnet/minecraft/world/World;markDirty(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V
-
method_316
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/Class;)Iintermediary method_316Lnet/minecraft/class_99;method_316(Ljava/lang/Class;)Inamed method_316Lnet/minecraft/world/World;method_316(Ljava/lang/Class;)I
-
method_370
- Mappings:
Namespace Name Mixin selector official bLadm;b(Ljava/util/Collection;)Vintermediary method_370Lnet/minecraft/class_99;method_370(Ljava/util/Collection;)Vnamed method_370Lnet/minecraft/world/World;method_370(Ljava/util/Collection;)V
-
method_386
- Mappings:
Namespace Name Mixin selector official cLadm;c(Ljava/util/Collection;)Vintermediary method_386Lnet/minecraft/class_99;method_386(Ljava/util/Collection;)Vnamed method_386Lnet/minecraft/world/World;method_386(Ljava/util/Collection;)V
-
canBlockBePlaced
public boolean canBlockBePlaced(Block block, BlockPos blockPos, boolean bool, Direction direction, Entity entity, ItemStack itemStack)- Mappings:
Namespace Name Mixin selector official aLadm;a(Lafh;Lcj;ZLcq;Lpk;Lzx;)Zintermediary method_284Lnet/minecraft/class_99;method_284(Lnet/minecraft/class_160;Lnet/minecraft/class_1372;ZLnet/minecraft/class_1383;Lnet/minecraft/class_1745;Lnet/minecraft/class_2056;)Znamed canBlockBePlacedLnet/minecraft/world/World;canBlockBePlaced(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;ZLnet/minecraft/util/math/Direction;Lnet/minecraft/entity/Entity;Lnet/minecraft/item/ItemStack;)Z
-
getSeaLevel
public int getSeaLevel()- Mappings:
Namespace Name Mixin selector official FLadm;F()Iintermediary method_243Lnet/minecraft/class_99;method_243()Inamed getSeaLevelLnet/minecraft/world/World;getSeaLevel()I
-
setSeaLevel
public void setSeaLevel(int seaLevel)- Mappings:
Namespace Name Mixin selector official bLadm;b(I)Vintermediary method_351Lnet/minecraft/class_99;method_351(I)Vnamed setSeaLevelLnet/minecraft/world/World;setSeaLevel(I)V
-
getStrongRedstonePower
- Specified by:
getStrongRedstonePowerin interfaceWorldView- Mappings:
Namespace Name Mixin selector official aLadq;a(Lcj;Lcq;)Iintermediary method_479Lnet/minecraft/class_104;method_479(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Inamed getStrongRedstonePowerLnet/minecraft/world/WorldView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
-
getGeneratorType
- Specified by:
getGeneratorTypein interfaceWorldView- Mappings:
Namespace Name Mixin selector official GLadq;G()Ladr;intermediary method_477Lnet/minecraft/class_104;method_477()Lnet/minecraft/class_105;named getGeneratorTypeLnet/minecraft/world/WorldView;getGeneratorType()Lnet/minecraft/world/level/LevelGeneratorType;
-
getReceivedStrongRedstonePower
- Mappings:
Namespace Name Mixin selector official yLadm;y(Lcj;)Iintermediary method_438Lnet/minecraft/class_99;method_438(Lnet/minecraft/class_1372;)Inamed getReceivedStrongRedstonePowerLnet/minecraft/world/World;getReceivedStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
-
isEmittingRedstonePower
- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Lcq;)Zintermediary method_366Lnet/minecraft/class_99;method_366(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Znamed isEmittingRedstonePowerLnet/minecraft/world/World;isEmittingRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
-
getEmittedRedstonePower
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lcj;Lcq;)Iintermediary method_384Lnet/minecraft/class_99;method_384(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Inamed getEmittedRedstonePowerLnet/minecraft/world/World;getEmittedRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
-
isReceivingRedstonePower
- Mappings:
Namespace Name Mixin selector official zLadm;z(Lcj;)Zintermediary method_440Lnet/minecraft/class_99;method_440(Lnet/minecraft/class_1372;)Znamed isReceivingRedstonePowerLnet/minecraft/world/World;isReceivingRedstonePower(Lnet/minecraft/util/math/BlockPos;)Z
-
getReceivedRedstonePower
- Mappings:
Namespace Name Mixin selector official ALadm;A(Lcj;)Iintermediary method_234Lnet/minecraft/class_99;method_234(Lnet/minecraft/class_1372;)Inamed getReceivedRedstonePowerLnet/minecraft/world/World;getReceivedRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
-
getClosestPlayer
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;D)Lwn;intermediary method_328Lnet/minecraft/class_99;method_328(Lnet/minecraft/class_1745;D)Lnet/minecraft/class_1963;named getClosestPlayerLnet/minecraft/world/World;getClosestPlayer(Lnet/minecraft/entity/Entity;D)Lnet/minecraft/entity/player/PlayerEntity;
-
getClosestPlayer
- Mappings:
Namespace Name Mixin selector official aLadm;a(DDDD)Lwn;intermediary method_263Lnet/minecraft/class_99;method_263(DDDD)Lnet/minecraft/class_1963;named getClosestPlayerLnet/minecraft/world/World;getClosestPlayer(DDDD)Lnet/minecraft/entity/player/PlayerEntity;
-
method_349
public boolean method_349(double x, double y, double z, double double2)- Mappings:
Namespace Name Mixin selector official bLadm;b(DDDD)Zintermediary method_349Lnet/minecraft/class_99;method_349(DDDD)Znamed method_349Lnet/minecraft/world/World;method_349(DDDD)Z
-
method_322
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/String;)Lwn;intermediary method_322Lnet/minecraft/class_99;method_322(Ljava/lang/String;)Lnet/minecraft/class_1963;named method_322Lnet/minecraft/world/World;method_322(Ljava/lang/String;)Lnet/minecraft/entity/player/PlayerEntity;
-
getPlayerByUuid
- Mappings:
Namespace Name Mixin selector official bLadm;b(Ljava/util/UUID;)Lwn;intermediary method_371Lnet/minecraft/class_99;method_371(Ljava/util/UUID;)Lnet/minecraft/class_1963;named getPlayerByUuidLnet/minecraft/world/World;getPlayerByUuid(Ljava/util/UUID;)Lnet/minecraft/entity/player/PlayerEntity;
-
disconnect
- Mappings:
Namespace Name Mixin selector official HLadm;H()Vintermediary method_245Lnet/minecraft/class_99;method_245()Vnamed disconnectLnet/minecraft/world/World;disconnect()V
-
method_246
- Throws:
WorldLoadException- Mappings:
Namespace Name Mixin selector official ILadm;I()Vintermediary method_246Lnet/minecraft/class_99;method_246()Vnamed method_246Lnet/minecraft/world/World;method_246()V
-
setTime
- Mappings:
Namespace Name Mixin selector official aLadm;a(J)Vintermediary method_277Lnet/minecraft/class_99;method_277(J)Vnamed setTimeLnet/minecraft/world/World;setTime(J)V
-
getSeed
public long getSeed()- Mappings:
Namespace Name Mixin selector official JLadm;J()Jintermediary method_247Lnet/minecraft/class_99;method_247()Jnamed getSeedLnet/minecraft/world/World;getSeed()J
-
getLastUpdateTime
public long getLastUpdateTime()- Mappings:
Namespace Name Mixin selector official KLadm;K()Jintermediary method_248Lnet/minecraft/class_99;method_248()Jnamed getLastUpdateTimeLnet/minecraft/world/World;getLastUpdateTime()J
-
getTimeOfDay
public long getTimeOfDay()- Mappings:
Namespace Name Mixin selector official LLadm;L()Jintermediary method_249Lnet/minecraft/class_99;method_249()Jnamed getTimeOfDayLnet/minecraft/world/World;getTimeOfDay()J
-
setTimeOfDay
public void setTimeOfDay(long time)- Mappings:
Namespace Name Mixin selector official bLadm;b(J)Vintermediary method_355Lnet/minecraft/class_99;method_355(J)Vnamed setTimeOfDayLnet/minecraft/world/World;setTimeOfDay(J)V
-
getSpawnPos
- Mappings:
Namespace Name Mixin selector official MLadm;M()Lcj;intermediary method_250Lnet/minecraft/class_99;method_250()Lnet/minecraft/class_1372;named getSpawnPosLnet/minecraft/world/World;getSpawnPos()Lnet/minecraft/util/math/BlockPos;
-
setSpawnPos
- Mappings:
Namespace Name Mixin selector official BLadm;B(Lcj;)Vintermediary method_236Lnet/minecraft/class_99;method_236(Lnet/minecraft/class_1372;)Vnamed setSpawnPosLnet/minecraft/world/World;setSpawnPos(Lnet/minecraft/util/math/BlockPos;)V
-
loadEntity
- Mappings:
Namespace Name Mixin selector official hLadm;h(Lpk;)Vintermediary method_412Lnet/minecraft/class_99;method_412(Lnet/minecraft/class_1745;)Vnamed loadEntityLnet/minecraft/world/World;loadEntity(Lnet/minecraft/entity/Entity;)V
-
canPlayerModifyAt
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lwn;Lcj;)Zintermediary method_337Lnet/minecraft/class_99;method_337(Lnet/minecraft/class_1963;Lnet/minecraft/class_1372;)Znamed canPlayerModifyAtLnet/minecraft/world/World;canPlayerModifyAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)Z
-
sendEntityStatus
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;B)Vintermediary method_327Lnet/minecraft/class_99;method_327(Lnet/minecraft/class_1745;B)Vnamed sendEntityStatusLnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)V
-
getChunkProvider
- Mappings:
Namespace Name Mixin selector official NLadm;N()Lamv;intermediary method_251Lnet/minecraft/class_99;method_251()Lnet/minecraft/class_396;named getChunkProviderLnet/minecraft/world/World;getChunkProvider()Lnet/minecraft/world/chunk/ChunkProvider;
-
addBlockAction
- Mappings:
Namespace Name Mixin selector official cLadm;c(Lcj;Lafh;II)Vintermediary method_383Lnet/minecraft/class_99;method_383(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;II)Vnamed addBlockActionLnet/minecraft/world/World;addBlockAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
getSaveHandler
- Mappings:
Namespace Name Mixin selector official OLadm;O()Latp;intermediary method_252Lnet/minecraft/class_99;method_252()Lnet/minecraft/class_635;named getSaveHandlerLnet/minecraft/world/World;getSaveHandler()Lnet/minecraft/world/SaveHandler;
-
getLevelProperties
- Mappings:
Namespace Name Mixin selector official PLadm;P()Lato;intermediary method_253Lnet/minecraft/class_99;method_253()Lnet/minecraft/class_634;named getLevelPropertiesLnet/minecraft/world/World;getLevelProperties()Lnet/minecraft/world/level/LevelProperties;
-
getGameRules
- Mappings:
Namespace Name Mixin selector official QLadm;Q()Ladk;intermediary method_254Lnet/minecraft/class_99;method_254()Lnet/minecraft/class_95;named getGameRulesLnet/minecraft/world/World;getGameRules()Lnet/minecraft/world/GameRuleDispatcher;
-
method_388
public void method_388()- Mappings:
Namespace Name Mixin selector official dLadm;d()Vintermediary method_388Lnet/minecraft/class_99;method_388()Vnamed method_388Lnet/minecraft/world/World;method_388()V
-
getThunderGradient
public float getThunderGradient(float offset)- Mappings:
Namespace Name Mixin selector official hLadm;h(F)Fintermediary method_410Lnet/minecraft/class_99;method_410(F)Fnamed getThunderGradientLnet/minecraft/world/World;getThunderGradient(F)F
-
setThunderGradient
- Mappings:
Namespace Name Mixin selector official iLadm;i(F)Vintermediary method_414Lnet/minecraft/class_99;method_414(F)Vnamed setThunderGradientLnet/minecraft/world/World;setThunderGradient(F)V
-
getRainGradient
public float getRainGradient(float offset)- Mappings:
Namespace Name Mixin selector official jLadm;j(F)Fintermediary method_416Lnet/minecraft/class_99;method_416(F)Fnamed getRainGradientLnet/minecraft/world/World;getRainGradient(F)F
-
setRainGradient
- Mappings:
Namespace Name Mixin selector official kLadm;k(F)Vintermediary method_419Lnet/minecraft/class_99;method_419(F)Vnamed setRainGradientLnet/minecraft/world/World;setRainGradient(F)V
-
isThundering
public boolean isThundering()- Mappings:
Namespace Name Mixin selector official RLadm;R()Zintermediary method_255Lnet/minecraft/class_99;method_255()Znamed isThunderingLnet/minecraft/world/World;isThundering()Z
-
isRaining
public boolean isRaining()- Mappings:
Namespace Name Mixin selector official SLadm;S()Zintermediary method_256Lnet/minecraft/class_99;method_256()Znamed isRainingLnet/minecraft/world/World;isRaining()Z
-
hasRain
- Mappings:
Namespace Name Mixin selector official CLadm;C(Lcj;)Zintermediary method_238Lnet/minecraft/class_99;method_238(Lnet/minecraft/class_1372;)Znamed hasRainLnet/minecraft/world/World;hasRain(Lnet/minecraft/util/math/BlockPos;)Z
-
hasHighHumidity
- Mappings:
Namespace Name Mixin selector official DLadm;D(Lcj;)Zintermediary method_240Lnet/minecraft/class_99;method_240(Lnet/minecraft/class_1372;)Znamed hasHighHumidityLnet/minecraft/world/World;hasHighHumidity(Lnet/minecraft/util/math/BlockPos;)Z
-
method_257
- Mappings:
Namespace Name Mixin selector official TLadm;T()Laua;intermediary method_257Lnet/minecraft/class_99;method_257()Lnet/minecraft/class_643;named method_257Lnet/minecraft/world/World;method_257()Lnet/minecraft/class_643;
-
setItemData
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/String;Late;)Vintermediary method_323Lnet/minecraft/class_99;method_323(Ljava/lang/String;Lnet/minecraft/class_625;)Vnamed setItemDataLnet/minecraft/world/World;setItemData(Ljava/lang/String;Lnet/minecraft/world/PersistentState;)V
-
method_321
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/Class;Ljava/lang/String;)Late;intermediary method_321Lnet/minecraft/class_99;method_321(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/class_625;named method_321Lnet/minecraft/world/World;method_321(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/world/PersistentState;
-
method_369
- Mappings:
Namespace Name Mixin selector official bLadm;b(Ljava/lang/String;)Iintermediary method_369Lnet/minecraft/class_99;method_369(Ljava/lang/String;)Inamed method_369Lnet/minecraft/world/World;method_369(Ljava/lang/String;)I
-
method_275
- Mappings:
Namespace Name Mixin selector official aLadm;a(ILcj;I)Vintermediary method_275Lnet/minecraft/class_99;method_275(ILnet/minecraft/class_1372;I)Vnamed method_275Lnet/minecraft/world/World;method_275(ILnet/minecraft/util/math/BlockPos;I)V
-
syncGlobalEvent
- Mappings:
Namespace Name Mixin selector official bLadm;b(ILcj;I)Vintermediary method_354Lnet/minecraft/class_99;method_354(ILnet/minecraft/class_1372;I)Vnamed syncGlobalEventLnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
-
syncWorldEvent
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lwn;ILcj;I)Vintermediary method_336Lnet/minecraft/class_99;method_336(Lnet/minecraft/class_1963;ILnet/minecraft/class_1372;I)Vnamed syncWorldEventLnet/minecraft/world/World;syncWorldEvent(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
-
getMaxBuildHeight
public int getMaxBuildHeight()- Mappings:
Namespace Name Mixin selector official ULadm;U()Iintermediary method_258Lnet/minecraft/class_99;method_258()Inamed getMaxBuildHeightLnet/minecraft/world/World;getMaxBuildHeight()I
-
getEffectiveHeight
public int getEffectiveHeight()- Mappings:
Namespace Name Mixin selector official VLadm;V()Iintermediary method_259Lnet/minecraft/class_99;method_259()Inamed getEffectiveHeightLnet/minecraft/world/World;getEffectiveHeight()I
-
method_270
- Mappings:
Namespace Name Mixin selector official aLadm;a(III)Ljava/util/Random;intermediary method_270Lnet/minecraft/class_99;method_270(III)Ljava/util/Random;named method_270Lnet/minecraft/world/World;method_270(III)Ljava/util/Random;
-
getNearestStructurePos
- Mappings:
Namespace Name Mixin selector official aLadm;a(Ljava/lang/String;Lcj;)Lcj;intermediary method_324Lnet/minecraft/class_99;method_324(Ljava/lang/String;Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named getNearestStructurePosLnet/minecraft/world/World;getNearestStructurePos(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
isSaved
-
getHorizonHeight
- Mappings:
Namespace Name Mixin selector official XLadm;X()Dintermediary method_260Lnet/minecraft/class_99;method_260()Dnamed getHorizonHeightLnet/minecraft/world/World;getHorizonHeight()D
-
addToCrashReport
- Mappings:
Namespace Name Mixin selector official aLadm;a(Lb;)Lc;intermediary method_298Lnet/minecraft/class_99;method_298(Lnet/minecraft/class_825;)Lnet/minecraft/class_1364;named addToCrashReportLnet/minecraft/world/World;addToCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReportSection;
-
setBlockBreakingInfo
- Mappings:
Namespace Name Mixin selector official cLadm;c(ILcj;I)Vintermediary method_378Lnet/minecraft/class_99;method_378(ILnet/minecraft/class_1372;I)Vnamed setBlockBreakingInfoLnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
-
getCalenderInstance
- Mappings:
Namespace Name Mixin selector official YLadm;Y()Ljava/util/Calendar;intermediary method_261Lnet/minecraft/class_99;method_261()Ljava/util/Calendar;named getCalenderInstanceLnet/minecraft/world/World;getCalenderInstance()Ljava/util/Calendar;
-
addFireworkParticle
@Environment(CLIENT) public void addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, CompoundTag tag)- Mappings:
Namespace Name Mixin selector official aLadm;a(DDDDDDLdn;)Vintermediary method_264Lnet/minecraft/class_99;method_264(DDDDDDLnet/minecraft/class_1405;)Vnamed addFireworkParticleLnet/minecraft/world/World;addFireworkParticle(DDDDDDLnet/minecraft/nbt/CompoundTag;)V
-
getScoreboard
- Mappings:
Namespace Name Mixin selector official ZLadm;Z()Lauo;intermediary method_262Lnet/minecraft/class_99;method_262()Lnet/minecraft/class_653;named getScoreboardLnet/minecraft/world/World;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
-
updateHorizontalAdjacent
- Mappings:
Namespace Name Mixin selector official eLadm;e(Lcj;Lafh;)Vintermediary method_398Lnet/minecraft/class_99;method_398(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)Vnamed updateHorizontalAdjacentLnet/minecraft/world/World;updateHorizontalAdjacent(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
getLocalDifficulty
- Mappings:
Namespace Name Mixin selector official ELadm;E(Lcj;)Lok;intermediary method_242Lnet/minecraft/class_99;method_242(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1722;named getLocalDifficultyLnet/minecraft/world/World;getLocalDifficulty(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/LocalDifficulty;
-
getGlobalDifficulty
- Mappings:
Namespace Name Mixin selector official aaLadm;aa()Loj;intermediary method_342Lnet/minecraft/class_99;method_342()Lnet/minecraft/class_1721;named getGlobalDifficultyLnet/minecraft/world/World;getGlobalDifficulty()Lnet/minecraft/world/Difficulty;
-
getAmbientDarkness
public int getAmbientDarkness()- Mappings:
Namespace Name Mixin selector official abLadm;ab()Iintermediary method_343Lnet/minecraft/class_99;method_343()Inamed getAmbientDarknessLnet/minecraft/world/World;getAmbientDarkness()I
-
setAmbientDarkness
public void setAmbientDarkness(int ambientDarkness)- Mappings:
Namespace Name Mixin selector official cLadm;c(I)Vintermediary method_376Lnet/minecraft/class_99;method_376(I)Vnamed setAmbientDarknessLnet/minecraft/world/World;setAmbientDarkness(I)V
-
method_344
- Mappings:
Namespace Name Mixin selector official acLadm;ac()Iintermediary method_344Lnet/minecraft/class_99;method_344()Inamed method_344Lnet/minecraft/world/World;method_344()I
-
method_390
public void method_390(int int2)- Mappings:
Namespace Name Mixin selector official dLadm;d(I)Vintermediary method_390Lnet/minecraft/class_99;method_390(I)Vnamed method_390Lnet/minecraft/world/World;method_390(I)V
-
method_345
public boolean method_345()- Mappings:
Namespace Name Mixin selector official adLadm;ad()Zintermediary method_345Lnet/minecraft/class_99;method_345()Znamed method_345Lnet/minecraft/world/World;method_345()Z
-
getVillageState
- Mappings:
Namespace Name Mixin selector official aeLadm;ae()Lth;intermediary method_346Lnet/minecraft/class_99;method_346()Lnet/minecraft/class_1844;named getVillageStateLnet/minecraft/world/World;getVillageState()Lnet/minecraft/village/VillageState;
-
getWorldBorder
- Mappings:
Namespace Name Mixin selector official afLadm;af()Lams;intermediary method_347Lnet/minecraft/class_99;method_347()Lnet/minecraft/class_395;named getWorldBorderLnet/minecraft/world/World;getWorldBorder()Lnet/minecraft/world/border/WorldBorder;
-
method_377
public boolean method_377(int int2, int int3)- Mappings:
Namespace Name Mixin selector official cLadm;c(II)Zintermediary method_377Lnet/minecraft/class_99;method_377(II)Znamed method_377Lnet/minecraft/world/World;method_377(II)Z
-