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 adm
intermediary net/minecraft/class_99
named net/minecraft/world/World
  • Field Details

    • seaLevel

      private int seaLevel
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a:I
      intermediary field_263 Lnet/minecraft/class_99;field_263:I
      named seaLevel Lnet/minecraft/world/World;seaLevel:I
    • immediateUpdates

      protected boolean immediateUpdates
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e:Z
      intermediary field_267 Lnet/minecraft/class_99;field_267:Z
      named immediateUpdates Lnet/minecraft/world/World;immediateUpdates:Z
    • loadedEntities

      public final List<Entity> loadedEntities
      Mappings:
      Namespace Name Mixin selector
      official f Ladm;f:Ljava/util/List;
      intermediary field_268 Lnet/minecraft/class_99;field_268:Ljava/util/List;
      named loadedEntities Lnet/minecraft/world/World;loadedEntities:Ljava/util/List;
    • unloadedEntities

      protected final List<Entity> unloadedEntities
      Mappings:
      Namespace Name Mixin selector
      official g Ladm;g:Ljava/util/List;
      intermediary field_269 Lnet/minecraft/class_99;field_269:Ljava/util/List;
      named unloadedEntities Lnet/minecraft/world/World;unloadedEntities:Ljava/util/List;
    • blockEntities

      public final List<BlockEntity> blockEntities
      Mappings:
      Namespace Name Mixin selector
      official h Ladm;h:Ljava/util/List;
      intermediary field_270 Lnet/minecraft/class_99;field_270:Ljava/util/List;
      named blockEntities Lnet/minecraft/world/World;blockEntities:Ljava/util/List;
    • tickingBlockEntities

      public final List<BlockEntity> tickingBlockEntities
      Mappings:
      Namespace Name Mixin selector
      official i Ladm;i:Ljava/util/List;
      intermediary field_271 Lnet/minecraft/class_99;field_271:Ljava/util/List;
      named tickingBlockEntities Lnet/minecraft/world/World;tickingBlockEntities:Ljava/util/List;
    • pendingBlockEntities

      private final List<BlockEntity> pendingBlockEntities
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b:Ljava/util/List;
      intermediary field_264 Lnet/minecraft/class_99;field_264:Ljava/util/List;
      named pendingBlockEntities Lnet/minecraft/world/World;pendingBlockEntities:Ljava/util/List;
    • unloadedBlockEntities

      private final List<BlockEntity> unloadedBlockEntities
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c:Ljava/util/List;
      intermediary field_265 Lnet/minecraft/class_99;field_265:Ljava/util/List;
      named unloadedBlockEntities Lnet/minecraft/world/World;unloadedBlockEntities:Ljava/util/List;
    • playerEntities

      public final List<PlayerEntity> playerEntities
      Mappings:
      Namespace Name Mixin selector
      official j Ladm;j:Ljava/util/List;
      intermediary field_272 Lnet/minecraft/class_99;field_272:Ljava/util/List;
      named playerEntities Lnet/minecraft/world/World;playerEntities:Ljava/util/List;
    • entities

      public final List<Entity> entities
      Mappings:
      Namespace Name Mixin selector
      official k Ladm;k:Ljava/util/List;
      intermediary field_273 Lnet/minecraft/class_99;field_273:Ljava/util/List;
      named entities Lnet/minecraft/world/World;entities:Ljava/util/List;
    • idToEntity

      protected final IntObjectStorage<Entity> idToEntity
      Mappings:
      Namespace Name Mixin selector
      official l Ladm;l:Lnm;
      intermediary field_274 Lnet/minecraft/class_99;field_274:Lnet/minecraft/class_1697;
      named idToEntity Lnet/minecraft/world/World;idToEntity:Lnet/minecraft/util/IntObjectStorage;
    • cloudColor

      private long cloudColor
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d:J
      intermediary field_266 Lnet/minecraft/class_99;field_266:J
      named cloudColor Lnet/minecraft/world/World;cloudColor:J
    • ambientDarkness

      private int ambientDarkness
      Mappings:
      Namespace Name Mixin selector
      official I Ladm;I:I
      intermediary field_257 Lnet/minecraft/class_99;field_257:I
      named ambientDarkness Lnet/minecraft/world/World;ambientDarkness:I
    • lcgBlockSeed

      protected int lcgBlockSeed
      Mappings:
      Namespace Name Mixin selector
      official m Ladm;m:I
      intermediary field_275 Lnet/minecraft/class_99;field_275:I
      named lcgBlockSeed Lnet/minecraft/world/World;lcgBlockSeed:I
    • unusedIncrement

      protected final int unusedIncrement
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official n Ladm;n:I
      intermediary field_276 Lnet/minecraft/class_99;field_276:I
      named unusedIncrement Lnet/minecraft/world/World;unusedIncrement:I
    • rainGradientPrev

      protected float rainGradientPrev
      Mappings:
      Namespace Name Mixin selector
      official o Ladm;o:F
      intermediary field_277 Lnet/minecraft/class_99;field_277:F
      named rainGradientPrev Lnet/minecraft/world/World;rainGradientPrev:F
    • rainGradient

      protected float rainGradient
      Mappings:
      Namespace Name Mixin selector
      official p Ladm;p:F
      intermediary field_278 Lnet/minecraft/class_99;field_278:F
      named rainGradient Lnet/minecraft/world/World;rainGradient:F
    • thunderGradientPrev

      protected float thunderGradientPrev
      Mappings:
      Namespace Name Mixin selector
      official q Ladm;q:F
      intermediary field_279 Lnet/minecraft/class_99;field_279:F
      named thunderGradientPrev Lnet/minecraft/world/World;thunderGradientPrev:F
    • thunderGradient

      protected float thunderGradient
      Mappings:
      Namespace Name Mixin selector
      official r Ladm;r:F
      intermediary field_280 Lnet/minecraft/class_99;field_280:F
      named thunderGradient Lnet/minecraft/world/World;thunderGradient:F
    • field_258

      private int field_258
      Mappings:
      Namespace Name Mixin selector
      official J Ladm;J:I
      intermediary field_258 Lnet/minecraft/class_99;field_258:I
      named field_258 Lnet/minecraft/world/World;field_258:I
    • random

      public final Random random
      Mappings:
      Namespace Name Mixin selector
      official s Ladm;s:Ljava/util/Random;
      intermediary field_281 Lnet/minecraft/class_99;field_281:Ljava/util/Random;
      named random Lnet/minecraft/world/World;random:Ljava/util/Random;
    • dimension

      public final Dimension dimension
      Mappings:
      Namespace Name Mixin selector
      official t Ladm;t:Lanm;
      intermediary field_282 Lnet/minecraft/class_99;field_282:Lnet/minecraft/class_411;
      named dimension Lnet/minecraft/world/World;dimension:Lnet/minecraft/world/dimension/Dimension;
    • eventListeners

      protected List<WorldEventListener> eventListeners
      Mappings:
      Namespace Name Mixin selector
      official u Ladm;u:Ljava/util/List;
      intermediary field_283 Lnet/minecraft/class_99;field_283:Ljava/util/List;
      named eventListeners Lnet/minecraft/world/World;eventListeners:Ljava/util/List;
    • chunkProvider

      protected ChunkProvider chunkProvider
      Mappings:
      Namespace Name Mixin selector
      official v Ladm;v:Lamv;
      intermediary field_284 Lnet/minecraft/class_99;field_284:Lnet/minecraft/class_396;
      named chunkProvider Lnet/minecraft/world/World;chunkProvider:Lnet/minecraft/world/chunk/ChunkProvider;
    • saveHandler

      protected final SaveHandler saveHandler
      Mappings:
      Namespace Name Mixin selector
      official w Ladm;w:Latp;
      intermediary field_285 Lnet/minecraft/class_99;field_285:Lnet/minecraft/class_635;
      named saveHandler Lnet/minecraft/world/World;saveHandler:Lnet/minecraft/world/SaveHandler;
    • levelProperties

      protected LevelProperties levelProperties
      Mappings:
      Namespace Name Mixin selector
      official x Ladm;x:Lato;
      intermediary field_286 Lnet/minecraft/class_99;field_286:Lnet/minecraft/class_634;
      named levelProperties Lnet/minecraft/world/World;levelProperties:Lnet/minecraft/world/level/LevelProperties;
    • field_287

      protected boolean field_287
      Mappings:
      Namespace Name Mixin selector
      official y Ladm;y:Z
      intermediary field_287 Lnet/minecraft/class_99;field_287:Z
      named field_287 Lnet/minecraft/world/World;field_287:Z
    • field_288

      protected class_643 field_288
      Mappings:
      Namespace Name Mixin selector
      official z Ladm;z:Laua;
      intermediary field_288 Lnet/minecraft/class_99;field_288:Lnet/minecraft/class_643;
      named field_288 Lnet/minecraft/world/World;field_288:Lnet/minecraft/class_643;
    • villageState

      protected VillageState villageState
      Mappings:
      Namespace Name Mixin selector
      official A Ladm;A:Lth;
      intermediary field_249 Lnet/minecraft/class_99;field_249:Lnet/minecraft/class_1844;
      named villageState Lnet/minecraft/world/World;villageState:Lnet/minecraft/village/VillageState;
    • profiler

      public final Profiler profiler
      Mappings:
      Namespace Name Mixin selector
      official B Ladm;B:Lnt;
      intermediary field_250 Lnet/minecraft/class_99;field_250:Lnet/minecraft/class_1705;
      named profiler Lnet/minecraft/world/World;profiler:Lnet/minecraft/util/profiler/Profiler;
    • calender

      private final Calendar calender
      Mappings:
      Namespace Name Mixin selector
      official K Ladm;K:Ljava/util/Calendar;
      intermediary field_259 Lnet/minecraft/class_99;field_259:Ljava/util/Calendar;
      named calender Lnet/minecraft/world/World;calender:Ljava/util/Calendar;
    • scoreboard

      protected Scoreboard scoreboard
      Mappings:
      Namespace Name Mixin selector
      official C Ladm;C:Lauo;
      intermediary field_251 Lnet/minecraft/class_99;field_251:Lnet/minecraft/class_653;
      named scoreboard Lnet/minecraft/world/World;scoreboard:Lnet/minecraft/scoreboard/Scoreboard;
    • isClient

      public final boolean isClient
      Mappings:
      Namespace Name Mixin selector
      official D Ladm;D:Z
      intermediary field_252 Lnet/minecraft/class_99;field_252:Z
      named isClient Lnet/minecraft/world/World;isClient:Z
    • field_253

      protected Set<ChunkPos> field_253
      Mappings:
      Namespace Name Mixin selector
      official E Ladm;E:Ljava/util/Set;
      intermediary field_253 Lnet/minecraft/class_99;field_253:Ljava/util/Set;
      named field_253 Lnet/minecraft/world/World;field_253:Ljava/util/Set;
    • field_260

      private int field_260
      Mappings:
      Namespace Name Mixin selector
      official L Ladm;L:I
      intermediary field_260 Lnet/minecraft/class_99;field_260:I
      named field_260 Lnet/minecraft/world/World;field_260:I
    • field_254

      protected boolean field_254
      Mappings:
      Namespace Name Mixin selector
      official F Ladm;F:Z
      intermediary field_254 Lnet/minecraft/class_99;field_254:Z
      named field_254 Lnet/minecraft/world/World;field_254:Z
    • field_255

      protected boolean field_255
      Mappings:
      Namespace Name Mixin selector
      official G Ladm;G:Z
      intermediary field_255 Lnet/minecraft/class_99;field_255:Z
      named field_255 Lnet/minecraft/world/World;field_255:Z
    • iteratingTickingBlockEntities

      private boolean iteratingTickingBlockEntities
      Mappings:
      Namespace Name Mixin selector
      official M Ladm;M:Z
      intermediary field_261 Lnet/minecraft/class_99;field_261:Z
      named iteratingTickingBlockEntities Lnet/minecraft/world/World;iteratingTickingBlockEntities:Z
    • border

      private final WorldBorder border
      Mappings:
      Namespace Name Mixin selector
      official N Ladm;N:Lams;
      intermediary field_262 Lnet/minecraft/class_99;field_262:Lnet/minecraft/class_395;
      named border Lnet/minecraft/world/World;border:Lnet/minecraft/world/border/WorldBorder;
    • updateLightBlocks

      int[] updateLightBlocks
      Mappings:
      Namespace Name Mixin selector
      official H Ladm;H:[I
      intermediary field_256 Lnet/minecraft/class_99;field_256:[I
      named updateLightBlocks Lnet/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)V
      intermediary <init> Lnet/minecraft/class_99;<init>(Lnet/minecraft/class_635;Lnet/minecraft/class_634;Lnet/minecraft/class_411;Lnet/minecraft/class_1705;Z)V
      named <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

      public World getWorld()
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b()Ladm;
      intermediary method_348 Lnet/minecraft/class_99;method_348()Lnet/minecraft/class_99;
      named getWorld Lnet/minecraft/world/World;getWorld()Lnet/minecraft/world/World;
    • getBiomeAt

      public Biome getBiomeAt​(BlockPos pos)
      Specified by:
      getBiomeAt in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official b Ladq;b(Lcj;)Lady;
      intermediary method_480 Lnet/minecraft/class_104;method_480(Lnet/minecraft/class_1372;)Lnet/minecraft/class_113;
      named getBiomeAt Lnet/minecraft/world/WorldView;getBiomeAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
    • getDimensionBiomeSource

      public LayeredBiomeSource getDimensionBiomeSource()
      Mappings:
      Namespace Name Mixin selector
      official v Ladm;v()Laec;
      intermediary method_431 Lnet/minecraft/class_99;method_431()Lnet/minecraft/class_123;
      named getDimensionBiomeSource Lnet/minecraft/world/World;getDimensionBiomeSource()Lnet/minecraft/world/LayeredBiomeSource;
    • getClientChunkCache

      protected abstract ChunkProvider getClientChunkCache()
      Mappings:
      Namespace Name Mixin selector
      official k Ladm;k()Lamv;
      intermediary method_418 Lnet/minecraft/class_99;method_418()Lnet/minecraft/class_396;
      named getClientChunkCache Lnet/minecraft/world/World;getClientChunkCache()Lnet/minecraft/world/chunk/ChunkProvider;
    • setPropertiesInitialized

      public void setPropertiesInitialized​(LevelInfo info)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ladp;)V
      intermediary method_279 Lnet/minecraft/class_99;method_279(Lnet/minecraft/class_102;)V
      named setPropertiesInitialized Lnet/minecraft/world/World;setPropertiesInitialized(Lnet/minecraft/world/level/LevelInfo;)V
    • setDefaultSpawnClient

      @Environment(CLIENT) public void setDefaultSpawnClient()
      Mappings:
      Namespace Name Mixin selector
      official g Ladm;g()V
      intermediary method_405 Lnet/minecraft/class_99;method_405()V
      named setDefaultSpawnClient Lnet/minecraft/world/World;setDefaultSpawnClient()V
    • getBlockAt

      public Block getBlockAt​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lcj;)Lafh;
      intermediary method_381 Lnet/minecraft/class_99;method_381(Lnet/minecraft/class_1372;)Lnet/minecraft/class_160;
      named getBlockAt Lnet/minecraft/world/World;getBlockAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/Block;
    • isHeightInvalid

      private boolean isHeightInvalid​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;)Z
      intermediary method_299 Lnet/minecraft/class_99;method_299(Lnet/minecraft/class_1372;)Z
      named isHeightInvalid Lnet/minecraft/world/World;isHeightInvalid(Lnet/minecraft/util/math/BlockPos;)Z
    • isAir

      public boolean isAir​(BlockPos pos)
      Specified by:
      isAir in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official d Ladq;d(Lcj;)Z
      intermediary method_482 Lnet/minecraft/class_104;method_482(Lnet/minecraft/class_1372;)Z
      named isAir Lnet/minecraft/world/WorldView;isAir(Lnet/minecraft/util/math/BlockPos;)Z
    • blockExists

      public boolean blockExists​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e(Lcj;)Z
      intermediary method_397 Lnet/minecraft/class_99;method_397(Lnet/minecraft/class_1372;)Z
      named blockExists Lnet/minecraft/world/World;blockExists(Lnet/minecraft/util/math/BlockPos;)Z
    • isLoaded

      public boolean isLoaded​(BlockPos pos, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Z)Z
      intermediary method_313 Lnet/minecraft/class_99;method_313(Lnet/minecraft/class_1372;Z)Z
      named isLoaded Lnet/minecraft/world/World;isLoaded(Lnet/minecraft/util/math/BlockPos;Z)Z
    • isRegionLoaded

      public boolean isRegionLoaded​(BlockPos pos, int distance)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;I)Z
      intermediary method_300 Lnet/minecraft/class_99;method_300(Lnet/minecraft/class_1372;I)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;I)Z
    • isRegionLoaded

      public boolean isRegionLoaded​(BlockPos pos, int distance, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;IZ)Z
      intermediary method_301 Lnet/minecraft/class_99;method_301(Lnet/minecraft/class_1372;IZ)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;IZ)Z
    • isRegionLoaded

      public boolean isRegionLoaded​(BlockPos start, BlockPos end)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lcj;)Z
      intermediary method_310 Lnet/minecraft/class_99;method_310(Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Z
    • isRegionLoaded

      public boolean isRegionLoaded​(BlockPos start, BlockPos end, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lcj;Z)Z
      intermediary method_311 Lnet/minecraft/class_99;method_311(Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;Z)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Z)Z
    • isRegionLoaded

      public boolean isRegionLoaded​(BlockBox box)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laqe;)Z
      intermediary method_288 Lnet/minecraft/class_99;method_288(Lnet/minecraft/class_476;)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(Lnet/minecraft/util/math/BlockBox;)Z
    • isRegionLoaded

      public boolean isRegionLoaded​(BlockBox box, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Laqe;Z)Z
      intermediary method_359 Lnet/minecraft/class_99;method_359(Lnet/minecraft/class_476;Z)Z
      named isRegionLoaded Lnet/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 a Ladm;a(IIIIIIZ)Z
      intermediary method_272 Lnet/minecraft/class_99;method_272(IIIIIIZ)Z
      named isRegionLoaded Lnet/minecraft/world/World;isRegionLoaded(IIIIIIZ)Z
    • isChunkLoaded

      protected boolean isChunkLoaded​(int chunkX, int chunkZ, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(IIZ)Z
      intermediary method_274 Lnet/minecraft/class_99;method_274(IIZ)Z
      named isChunkLoaded Lnet/minecraft/world/World;isChunkLoaded(IIZ)Z
    • getChunk

      public Chunk getChunk​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official f Ladm;f(Lcj;)Lamy;
      intermediary method_402 Lnet/minecraft/class_99;method_402(Lnet/minecraft/class_1372;)Lnet/minecraft/class_399;
      named getChunk Lnet/minecraft/world/World;getChunk(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/chunk/Chunk;
    • getChunk

      public Chunk getChunk​(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(II)Lamy;
      intermediary method_269 Lnet/minecraft/class_99;method_269(II)Lnet/minecraft/class_399;
      named getChunk Lnet/minecraft/world/World;getChunk(II)Lnet/minecraft/world/chunk/Chunk;
    • setBlockState

      public boolean setBlockState​(BlockPos pos, BlockState state, int flags)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lalz;I)Z
      intermediary method_309 Lnet/minecraft/class_99;method_309(Lnet/minecraft/class_1372;Lnet/minecraft/class_376;I)Z
      named setBlockState Lnet/minecraft/world/World;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)Z
    • setAir

      public boolean setAir​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official g Ladm;g(Lcj;)Z
      intermediary method_407 Lnet/minecraft/class_99;method_407(Lnet/minecraft/class_1372;)Z
      named setAir Lnet/minecraft/world/World;setAir(Lnet/minecraft/util/math/BlockPos;)Z
    • removeBlock

      public boolean removeBlock​(BlockPos pos, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lcj;Z)Z
      intermediary method_367 Lnet/minecraft/class_99;method_367(Lnet/minecraft/class_1372;Z)Z
      named removeBlock Lnet/minecraft/world/World;removeBlock(Lnet/minecraft/util/math/BlockPos;Z)Z
    • setBlockState

      public boolean setBlockState​(BlockPos pos, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lalz;)Z
      intermediary method_308 Lnet/minecraft/class_99;method_308(Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)Z
      named setBlockState Lnet/minecraft/world/World;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
    • onBlockUpdate

      public void onBlockUpdate​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official h Ladm;h(Lcj;)V
      intermediary method_411 Lnet/minecraft/class_99;method_411(Lnet/minecraft/class_1372;)V
      named onBlockUpdate Lnet/minecraft/world/World;onBlockUpdate(Lnet/minecraft/util/math/BlockPos;)V
    • method_362

      public void method_362​(BlockPos blockPos, Block block)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lcj;Lafh;)V
      intermediary method_362 Lnet/minecraft/class_99;method_362(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)V
      named method_362 Lnet/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 a Ladm;a(IIII)V
      intermediary method_271 Lnet/minecraft/class_99;method_271(IIII)V
      named method_271 Lnet/minecraft/world/World;method_271(IIII)V
    • onRenderRegionUpdate

      public void onRenderRegionUpdate​(BlockPos pos1, BlockPos pos2)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lcj;Lcj;)V
      intermediary method_365 Lnet/minecraft/class_99;method_365(Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;)V
      named onRenderRegionUpdate Lnet/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 b Ladm;b(IIIIII)V
      intermediary method_353 Lnet/minecraft/class_99;method_353(IIIIII)V
      named onRenderRegionUpdate Lnet/minecraft/world/World;onRenderRegionUpdate(IIIIII)V
    • updateNeighborsAlways

      public void updateNeighborsAlways​(BlockPos pos, Block block)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lcj;Lafh;)V
      intermediary method_382 Lnet/minecraft/class_99;method_382(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)V
      named updateNeighborsAlways Lnet/minecraft/world/World;updateNeighborsAlways(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
    • updateNeighborsExcept

      public void updateNeighborsExcept​(BlockPos pos, Block sourceBlock, Direction dir)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lafh;Lcq;)V
      intermediary method_306 Lnet/minecraft/class_99;method_306(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;Lnet/minecraft/class_1383;)V
      named updateNeighborsExcept Lnet/minecraft/world/World;updateNeighborsExcept(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/Direction;)V
    • neighbourUpdate

      public void neighbourUpdate​(BlockPos pos, Block block)
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d(Lcj;Lafh;)V
      intermediary method_392 Lnet/minecraft/class_99;method_392(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)V
      named neighbourUpdate Lnet/minecraft/world/World;neighbourUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
    • method_303

      public boolean method_303​(BlockPos blockPos, Block block)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lafh;)Z
      intermediary method_303 Lnet/minecraft/class_99;method_303(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)Z
      named method_303 Lnet/minecraft/world/World;method_303(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)Z
    • hasDirectSunlight

      public boolean hasDirectSunlight​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official i Ladm;i(Lcj;)Z
      intermediary method_415 Lnet/minecraft/class_99;method_415(Lnet/minecraft/class_1372;)Z
      named hasDirectSunlight Lnet/minecraft/world/World;hasDirectSunlight(Lnet/minecraft/util/math/BlockPos;)Z
    • recievesSunlight

      public boolean recievesSunlight​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official j Ladm;j(Lcj;)Z
      intermediary method_417 Lnet/minecraft/class_99;method_417(Lnet/minecraft/class_1372;)Z
      named recievesSunlight Lnet/minecraft/world/World;recievesSunlight(Lnet/minecraft/util/math/BlockPos;)Z
    • method_420

      public int method_420​(BlockPos osarg)
      Mappings:
      Namespace Name Mixin selector
      official k Ladm;k(Lcj;)I
      intermediary method_420 Lnet/minecraft/class_99;method_420(Lnet/minecraft/class_1372;)I
      named method_420 Lnet/minecraft/world/World;method_420(Lnet/minecraft/util/math/BlockPos;)I
    • method_421

      public int method_421​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official l Ladm;l(Lcj;)I
      intermediary method_421 Lnet/minecraft/class_99;method_421(Lnet/minecraft/class_1372;)I
      named method_421 Lnet/minecraft/world/World;method_421(Lnet/minecraft/util/math/BlockPos;)I
    • method_385

      public int method_385​(BlockPos pos, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lcj;Z)I
      intermediary method_385 Lnet/minecraft/class_99;method_385(Lnet/minecraft/class_1372;Z)I
      named method_385 Lnet/minecraft/world/World;method_385(Lnet/minecraft/util/math/BlockPos;Z)I
    • method_422

      public BlockPos method_422​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official m Ladm;m(Lcj;)Lcj;
      intermediary method_422 Lnet/minecraft/class_99;method_422(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;
      named method_422 Lnet/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 b Ladm;b(II)I
      intermediary method_352 Lnet/minecraft/class_99;method_352(II)I
      named method_352 Lnet/minecraft/world/World;method_352(II)I
    • getLuminance

      @Environment(CLIENT) public int getLuminance​(LightType type, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lads;Lcj;)I
      intermediary method_281 Lnet/minecraft/class_99;method_281(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)I
      named getLuminance Lnet/minecraft/world/World;getLuminance(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
    • getLightAtPos

      public int getLightAtPos​(LightType type, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lads;Lcj;)I
      intermediary method_357 Lnet/minecraft/class_99;method_357(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)I
      named getLightAtPos Lnet/minecraft/world/World;getLightAtPos(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
    • method_282

      public void method_282​(LightType type, BlockPos pos, int level)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lads;Lcj;I)V
      intermediary method_282 Lnet/minecraft/class_99;method_282(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;I)V
      named method_282 Lnet/minecraft/world/World;method_282(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;I)V
    • onLightUpdate

      public void onLightUpdate​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official n Ladm;n(Lcj;)V
      intermediary method_423 Lnet/minecraft/class_99;method_423(Lnet/minecraft/class_1372;)V
      named onLightUpdate Lnet/minecraft/world/World;onLightUpdate(Lnet/minecraft/util/math/BlockPos;)V
    • getLight

      @Environment(CLIENT) public int getLight​(BlockPos pos, int minBlockLight)
      Specified by:
      getLight in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official b Ladq;b(Lcj;I)I
      intermediary method_481 Lnet/minecraft/class_104;method_481(Lnet/minecraft/class_1372;I)I
      named getLight Lnet/minecraft/world/WorldView;getLight(Lnet/minecraft/util/math/BlockPos;I)I
    • method_424

      public float method_424​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official o Ladm;o(Lcj;)F
      intermediary method_424 Lnet/minecraft/class_99;method_424(Lnet/minecraft/class_1372;)F
      named method_424 Lnet/minecraft/world/World;method_424(Lnet/minecraft/util/math/BlockPos;)F
    • getBlockState

      public BlockState getBlockState​(BlockPos pos)
      Specified by:
      getBlockState in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official p Ladq;p(Lcj;)Lalz;
      intermediary method_483 Lnet/minecraft/class_104;method_483(Lnet/minecraft/class_1372;)Lnet/minecraft/class_376;
      named getBlockState Lnet/minecraft/world/WorldView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • isDay

      public boolean isDay()
      Mappings:
      Namespace Name Mixin selector
      official w Ladm;w()Z
      intermediary method_433 Lnet/minecraft/class_99;method_433()Z
      named isDay Lnet/minecraft/world/World;isDay()Z
    • raycast

      public HitResult raycast​(Vec3d vec3d, Vec3d vec3d2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laui;Laui;)Lauh;
      intermediary method_295 Lnet/minecraft/class_99;method_295(Lnet/minecraft/class_649;Lnet/minecraft/class_649;)Lnet/minecraft/class_647;
      named raycast Lnet/minecraft/world/World;raycast(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/hit/HitResult;
    • method_296

      public HitResult method_296​(Vec3d start, Vec3d end, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laui;Laui;Z)Lauh;
      intermediary method_296 Lnet/minecraft/class_99;method_296(Lnet/minecraft/class_649;Lnet/minecraft/class_649;Z)Lnet/minecraft/class_647;
      named method_296 Lnet/minecraft/world/World;method_296(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Z)Lnet/minecraft/util/hit/HitResult;
    • rayTrace

      public HitResult rayTrace​(Vec3d start, Vec3d end, boolean bool, boolean bool2, boolean bool3)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laui;Laui;ZZZ)Lauh;
      intermediary method_297 Lnet/minecraft/class_99;method_297(Lnet/minecraft/class_649;Lnet/minecraft/class_649;ZZZ)Lnet/minecraft/class_647;
      named rayTrace Lnet/minecraft/world/World;rayTrace(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;ZZZ)Lnet/minecraft/util/hit/HitResult;
    • playSound

      public void playSound​(Entity entity, String sound, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;Ljava/lang/String;FF)V
      intermediary method_334 Lnet/minecraft/class_99;method_334(Lnet/minecraft/class_1745;Ljava/lang/String;FF)V
      named playSound Lnet/minecraft/world/World;playSound(Lnet/minecraft/entity/Entity;Ljava/lang/String;FF)V
    • playSound

      public void playSound​(PlayerEntity player, String sound, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lwn;Ljava/lang/String;FF)V
      intermediary method_339 Lnet/minecraft/class_99;method_339(Lnet/minecraft/class_1963;Ljava/lang/String;FF)V
      named playSound Lnet/minecraft/world/World;playSound(Lnet/minecraft/entity/player/PlayerEntity;Ljava/lang/String;FF)V
    • playSound

      public void playSound​(double x, double y, double z, String sound, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(DDDLjava/lang/String;FF)V
      intermediary method_265 Lnet/minecraft/class_99;method_265(DDDLjava/lang/String;FF)V
      named playSound Lnet/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 a Ladm;a(DDDLjava/lang/String;FFZ)V
      intermediary method_266 Lnet/minecraft/class_99;method_266(DDDLjava/lang/String;FFZ)V
      named playSound Lnet/minecraft/world/World;playSound(DDDLjava/lang/String;FFZ)V
    • playMusicDisc

      public void playMusicDisc​(BlockPos pos, String id)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Ljava/lang/String;)V
      intermediary method_312 Lnet/minecraft/class_99;method_312(Lnet/minecraft/class_1372;Ljava/lang/String;)V
      named playMusicDisc Lnet/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 a Ladm;a(Lcy;DDDDDD[I)V
      intermediary method_314 Lnet/minecraft/class_99;method_314(Lnet/minecraft/class_1394;DDDDDD[I)V
      named addParticle Lnet/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 a Ladm;a(Lcy;ZDDDDDD[I)V
      intermediary method_315 Lnet/minecraft/class_99;method_315(Lnet/minecraft/class_1394;ZDDDDDD[I)V
      named addParticle Lnet/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 a Ladm;a(IZDDDDDD[I)V
      intermediary method_276 Lnet/minecraft/class_99;method_276(IZDDDDDD[I)V
      named addParticle Lnet/minecraft/world/World;addParticle(IZDDDDDD[I)V
    • addEntity

      public boolean addEntity​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lpk;)Z
      intermediary method_387 Lnet/minecraft/class_99;method_387(Lnet/minecraft/class_1745;)Z
      named addEntity Lnet/minecraft/world/World;addEntity(Lnet/minecraft/entity/Entity;)Z
    • spawnEntity

      public boolean spawnEntity​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d(Lpk;)Z
      intermediary method_394 Lnet/minecraft/class_99;method_394(Lnet/minecraft/class_1745;)Z
      named spawnEntity Lnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z
    • onEntitySpawned

      protected void onEntitySpawned​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;)V
      intermediary method_326 Lnet/minecraft/class_99;method_326(Lnet/minecraft/class_1745;)V
      named onEntitySpawned Lnet/minecraft/world/World;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
    • onEntityRemoved

      protected void onEntityRemoved​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lpk;)V
      intermediary method_372 Lnet/minecraft/class_99;method_372(Lnet/minecraft/class_1745;)V
      named onEntityRemoved Lnet/minecraft/world/World;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
    • removeEntity

      public void removeEntity​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e(Lpk;)V
      intermediary method_400 Lnet/minecraft/class_99;method_400(Lnet/minecraft/class_1745;)V
      named removeEntity Lnet/minecraft/world/World;removeEntity(Lnet/minecraft/entity/Entity;)V
    • method_404

      public void method_404​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official f Ladm;f(Lpk;)V
      intermediary method_404 Lnet/minecraft/class_99;method_404(Lnet/minecraft/class_1745;)V
      named method_404 Lnet/minecraft/world/World;method_404(Lnet/minecraft/entity/Entity;)V
    • addListener

      public void addListener​(WorldEventListener listener)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lado;)V
      intermediary method_278 Lnet/minecraft/class_99;method_278(Lnet/minecraft/class_101;)V
      named addListener Lnet/minecraft/world/World;addListener(Lnet/minecraft/world/WorldEventListener;)V
    • removeListener

      @Environment(CLIENT) public void removeListener​(WorldEventListener listener)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lado;)V
      intermediary method_356 Lnet/minecraft/class_99;method_356(Lnet/minecraft/class_101;)V
      named removeListener Lnet/minecraft/world/World;removeListener(Lnet/minecraft/world/WorldEventListener;)V
    • doesBoxCollide

      public List<Box> doesBoxCollide​(Entity entity, Box boundingBox)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;Laug;)Ljava/util/List;
      intermediary method_332 Lnet/minecraft/class_99;method_332(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;)Ljava/util/List;
      named doesBoxCollide Lnet/minecraft/world/World;doesBoxCollide(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
    • isInsideWorld

      public boolean isInsideWorld​(WorldBorder border, Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lams;Lpk;)Z
      intermediary method_286 Lnet/minecraft/class_99;method_286(Lnet/minecraft/class_395;Lnet/minecraft/class_1745;)Z
      named isInsideWorld Lnet/minecraft/world/World;isInsideWorld(Lnet/minecraft/world/border/WorldBorder;Lnet/minecraft/entity/Entity;)Z
    • method_290

      public List<Box> method_290​(Box box)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laug;)Ljava/util/List;
      intermediary method_290 Lnet/minecraft/class_99;method_290(Lnet/minecraft/class_646;)Ljava/util/List;
      named method_290 Lnet/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 a Ladm;a(F)I
      intermediary method_267 Lnet/minecraft/class_99;method_267(F)I
      named method_267 Lnet/minecraft/world/World;method_267(F)I
    • method_350

      @Environment(CLIENT) public float method_350​(float float2)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(F)F
      intermediary method_350 Lnet/minecraft/class_99;method_350(F)F
      named method_350 Lnet/minecraft/world/World;method_350(F)F
    • method_331

      @Environment(CLIENT) public Vec3d method_331​(Entity entity, float float2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;F)Laui;
      intermediary method_331 Lnet/minecraft/class_99;method_331(Lnet/minecraft/class_1745;F)Lnet/minecraft/class_649;
      named method_331 Lnet/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 c Ladm;c(F)F
      intermediary method_375 Lnet/minecraft/class_99;method_375(F)F
      named method_375 Lnet/minecraft/world/World;method_375(F)F
    • method_435

      @Environment(CLIENT) public int method_435()
      Mappings:
      Namespace Name Mixin selector
      official x Ladm;x()I
      intermediary method_435 Lnet/minecraft/class_99;method_435()I
      named method_435 Lnet/minecraft/world/World;method_435()I
    • getMoonPhase

      public float getMoonPhase()
      Mappings:
      Namespace Name Mixin selector
      official y Ladm;y()F
      intermediary method_437 Lnet/minecraft/class_99;method_437()F
      named getMoonPhase Lnet/minecraft/world/World;getMoonPhase()F
    • getSkyAngleRadians

      public float getSkyAngleRadians​(float float2)
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d(F)F
      intermediary method_389 Lnet/minecraft/class_99;method_389(F)F
      named getSkyAngleRadians Lnet/minecraft/world/World;getSkyAngleRadians(F)F
    • method_395

      @Environment(CLIENT) public Vec3d method_395​(float float2)
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e(F)Laui;
      intermediary method_395 Lnet/minecraft/class_99;method_395(F)Lnet/minecraft/class_649;
      named method_395 Lnet/minecraft/world/World;method_395(F)Lnet/minecraft/util/math/Vec3d;
    • method_401

      @Environment(CLIENT) public Vec3d method_401​(float float2)
      Mappings:
      Namespace Name Mixin selector
      official f Ladm;f(F)Laui;
      intermediary method_401 Lnet/minecraft/class_99;method_401(F)Lnet/minecraft/class_649;
      named method_401 Lnet/minecraft/world/World;method_401(F)Lnet/minecraft/util/math/Vec3d;
    • method_427

      public BlockPos method_427​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official q Ladm;q(Lcj;)Lcj;
      intermediary method_427 Lnet/minecraft/class_99;method_427(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;
      named method_427 Lnet/minecraft/world/World;method_427(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
    • method_428

      public BlockPos method_428​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official r Ladm;r(Lcj;)Lcj;
      intermediary method_428 Lnet/minecraft/class_99;method_428(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;
      named method_428 Lnet/minecraft/world/World;method_428(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
    • method_406

      @Environment(CLIENT) public float method_406​(float float2)
      Mappings:
      Namespace Name Mixin selector
      official g Ladm;g(F)F
      intermediary method_406 Lnet/minecraft/class_99;method_406(F)F
      named method_406 Lnet/minecraft/world/World;method_406(F)F
    • method_304

      public void method_304​(BlockPos blockPos, Block block, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lafh;I)V
      intermediary method_304 Lnet/minecraft/class_99;method_304(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;I)V
      named method_304 Lnet/minecraft/world/World;method_304(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;I)V
    • method_305

      public void method_305​(BlockPos blockPos, Block block, int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lafh;II)V
      intermediary method_305 Lnet/minecraft/class_99;method_305(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;II)V
      named method_305 Lnet/minecraft/world/World;method_305(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
    • method_363

      public void method_363​(BlockPos blockPos, Block block, int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lcj;Lafh;II)V
      intermediary method_363 Lnet/minecraft/class_99;method_363(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;II)V
      named method_363 Lnet/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 i Ladm;i()V
      intermediary method_413 Lnet/minecraft/class_99;method_413()V
      named tickEntities Lnet/minecraft/world/World;tickEntities()V
    • addBlockEntity

      public boolean addBlockEntity​(BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lakw;)Z
      intermediary method_285 Lnet/minecraft/class_99;method_285(Lnet/minecraft/class_348;)Z
      named addBlockEntity Lnet/minecraft/world/World;addBlockEntity(Lnet/minecraft/block/entity/BlockEntity;)Z
    • addBlockEntities

      public void addBlockEntities​(Collection<BlockEntity> collection)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/util/Collection;)V
      intermediary method_325 Lnet/minecraft/class_99;method_325(Ljava/util/Collection;)V
      named addBlockEntities Lnet/minecraft/world/World;addBlockEntities(Ljava/util/Collection;)V
    • method_408

      public void method_408​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official g Ladm;g(Lpk;)V
      intermediary method_408 Lnet/minecraft/class_99;method_408(Lnet/minecraft/class_1745;)V
      named method_408 Lnet/minecraft/world/World;method_408(Lnet/minecraft/entity/Entity;)V
    • method_335

      public void method_335​(Entity entity, boolean bl)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;Z)V
      intermediary method_335 Lnet/minecraft/class_99;method_335(Lnet/minecraft/class_1745;Z)V
      named method_335 Lnet/minecraft/world/World;method_335(Lnet/minecraft/entity/Entity;Z)V
    • hasEntityIn

      public boolean hasEntityIn​(Box box)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Laug;)Z
      intermediary method_360 Lnet/minecraft/class_99;method_360(Lnet/minecraft/class_646;)Z
      named hasEntityIn Lnet/minecraft/world/World;hasEntityIn(Lnet/minecraft/util/math/Box;)Z
    • hasEntityIn

      public boolean hasEntityIn​(Box box, Entity exclusion)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laug;Lpk;)Z
      intermediary method_293 Lnet/minecraft/class_99;method_293(Lnet/minecraft/class_646;Lnet/minecraft/class_1745;)Z
      named hasEntityIn Lnet/minecraft/world/World;hasEntityIn(Lnet/minecraft/util/math/Box;Lnet/minecraft/entity/Entity;)Z
    • method_380

      public boolean method_380​(Box boundingBox)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Laug;)Z
      intermediary method_380 Lnet/minecraft/class_99;method_380(Lnet/minecraft/class_646;)Z
      named method_380 Lnet/minecraft/world/World;method_380(Lnet/minecraft/util/math/Box;)Z
    • method_391

      public boolean method_391​(Box boundingBox)
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d(Laug;)Z
      intermediary method_391 Lnet/minecraft/class_99;method_391(Lnet/minecraft/class_646;)Z
      named method_391 Lnet/minecraft/world/World;method_391(Lnet/minecraft/util/math/Box;)Z
    • doesAreaContainFireSource

      public boolean doesAreaContainFireSource​(Box boundingbox)
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e(Laug;)Z
      intermediary method_396 Lnet/minecraft/class_99;method_396(Lnet/minecraft/class_646;)Z
      named doesAreaContainFireSource Lnet/minecraft/world/World;doesAreaContainFireSource(Lnet/minecraft/util/math/Box;)Z
    • method_292

      public boolean method_292​(Box box, Material material, Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laug;Larm;Lpk;)Z
      intermediary method_292 Lnet/minecraft/class_99;method_292(Lnet/minecraft/class_646;Lnet/minecraft/class_591;Lnet/minecraft/class_1745;)Z
      named method_292 Lnet/minecraft/world/World;method_292(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/Material;Lnet/minecraft/entity/Entity;)Z
    • method_291

      public boolean method_291​(Box boundingBox, Material material)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laug;Larm;)Z
      intermediary method_291 Lnet/minecraft/class_99;method_291(Lnet/minecraft/class_646;Lnet/minecraft/class_591;)Z
      named method_291 Lnet/minecraft/world/World;method_291(Lnet/minecraft/util/math/Box;Lnet/minecraft/block/Material;)Z
    • containsBlockWithMaterial

      public boolean containsBlockWithMaterial​(Box area, Material material)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Laug;Larm;)Z
      intermediary method_361 Lnet/minecraft/class_99;method_361(Lnet/minecraft/class_646;Lnet/minecraft/class_591;)Z
      named containsBlockWithMaterial Lnet/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 a Ladm;a(Lpk;DDDFZ)Ladi;
      intermediary method_329 Lnet/minecraft/class_99;method_329(Lnet/minecraft/class_1745;DDDFZ)Lnet/minecraft/class_93;
      named createExplosion Lnet/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 a Ladm;a(Lpk;DDDFZZ)Ladi;
      intermediary method_330 Lnet/minecraft/class_99;method_330(Lnet/minecraft/class_1745;DDDFZZ)Lnet/minecraft/class_93;
      named createExplosion Lnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDFZZ)Lnet/minecraft/world/explosion/Explosion;
    • method_294

      public float method_294​(Vec3d vec3d, Box box)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laui;Laug;)F
      intermediary method_294 Lnet/minecraft/class_99;method_294(Lnet/minecraft/class_649;Lnet/minecraft/class_646;)F
      named method_294 Lnet/minecraft/world/World;method_294(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Box;)F
    • extinguishFire

      public boolean extinguishFire​(PlayerEntity playerEntity, BlockPos blockPos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lwn;Lcj;Lcq;)Z
      intermediary method_338 Lnet/minecraft/class_99;method_338(Lnet/minecraft/class_1963;Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Z
      named extinguishFire Lnet/minecraft/world/World;extinguishFire(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
    • addDetailsToCrashReport

      @Environment(CLIENT) public String addDetailsToCrashReport()
      Mappings:
      Namespace Name Mixin selector
      official z Ladm;z()Ljava/lang/String;
      intermediary method_439 Lnet/minecraft/class_99;method_439()Ljava/lang/String;
      named addDetailsToCrashReport Lnet/minecraft/world/World;addDetailsToCrashReport()Ljava/lang/String;
    • getDebugString

      @Environment(CLIENT) public String getDebugString()
      Mappings:
      Namespace Name Mixin selector
      official A Ladm;A()Ljava/lang/String;
      intermediary method_233 Lnet/minecraft/class_99;method_233()Ljava/lang/String;
      named getDebugString Lnet/minecraft/world/World;getDebugString()Ljava/lang/String;
    • getBlockEntity

      public BlockEntity getBlockEntity​(BlockPos pos)
      Specified by:
      getBlockEntity in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official s Ladq;s(Lcj;)Lakw;
      intermediary method_484 Lnet/minecraft/class_104;method_484(Lnet/minecraft/class_1372;)Lnet/minecraft/class_348;
      named getBlockEntity Lnet/minecraft/world/WorldView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
    • setBlockEntity

      public void setBlockEntity​(BlockPos pos, BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lakw;)V
      intermediary method_307 Lnet/minecraft/class_99;method_307(Lnet/minecraft/class_1372;Lnet/minecraft/class_348;)V
      named setBlockEntity Lnet/minecraft/world/World;setBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V
    • removeBlockEntity

      public void removeBlockEntity​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official t Ladm;t(Lcj;)V
      intermediary method_429 Lnet/minecraft/class_99;method_429(Lnet/minecraft/class_1372;)V
      named removeBlockEntity Lnet/minecraft/world/World;removeBlockEntity(Lnet/minecraft/util/math/BlockPos;)V
    • method_358

      public void method_358​(BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lakw;)V
      intermediary method_358 Lnet/minecraft/class_99;method_358(Lnet/minecraft/class_348;)V
      named method_358 Lnet/minecraft/world/World;method_358(Lnet/minecraft/block/entity/BlockEntity;)V
    • method_430

      public boolean method_430​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official u Ladm;u(Lcj;)Z
      intermediary method_430 Lnet/minecraft/class_99;method_430(Lnet/minecraft/class_1372;)Z
      named method_430 Lnet/minecraft/world/World;method_430(Lnet/minecraft/util/math/BlockPos;)Z
    • isOpaque

      public static boolean isOpaque​(WorldView worldView, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ladq;Lcj;)Z
      intermediary method_280 Lnet/minecraft/class_99;method_280(Lnet/minecraft/class_104;Lnet/minecraft/class_1372;)Z
      named isOpaque Lnet/minecraft/world/World;isOpaque(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
    • renderAsNormalBlock

      public boolean renderAsNormalBlock​(BlockPos pos, boolean defaultValue)
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d(Lcj;Z)Z
      intermediary method_393 Lnet/minecraft/class_99;method_393(Lnet/minecraft/class_1372;Z)Z
      named renderAsNormalBlock Lnet/minecraft/world/World;renderAsNormalBlock(Lnet/minecraft/util/math/BlockPos;Z)Z
    • calculateAmbientDarkness

      public void calculateAmbientDarkness()
      Mappings:
      Namespace Name Mixin selector
      official B Ladm;B()V
      intermediary method_235 Lnet/minecraft/class_99;method_235()V
      named calculateAmbientDarkness Lnet/minecraft/world/World;calculateAmbientDarkness()V
    • method_341

      public void method_341​(boolean bool, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(ZZ)V
      intermediary method_341 Lnet/minecraft/class_99;method_341(ZZ)V
      named method_341 Lnet/minecraft/world/World;method_341(ZZ)V
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c()V
      intermediary method_374 Lnet/minecraft/class_99;method_374()V
      named tick Lnet/minecraft/world/World;tick()V
    • initWeatherGradients

      protected void initWeatherGradients()
      Mappings:
      Namespace Name Mixin selector
      official C Ladm;C()V
      intermediary method_237 Lnet/minecraft/class_99;method_237()V
      named initWeatherGradients Lnet/minecraft/world/World;initWeatherGradients()V
    • tickWeather

      protected void tickWeather()
      Mappings:
      Namespace Name Mixin selector
      official p Ladm;p()V
      intermediary method_425 Lnet/minecraft/class_99;method_425()V
      named tickWeather Lnet/minecraft/world/World;tickWeather()V
    • updateLighting

      protected void updateLighting()
      Mappings:
      Namespace Name Mixin selector
      official D Ladm;D()V
      intermediary method_239 Lnet/minecraft/class_99;method_239()V
      named updateLighting Lnet/minecraft/world/World;updateLighting()V
    • getNextMapId

      protected abstract int getNextMapId()
      Mappings:
      Namespace Name Mixin selector
      official q Ladm;q()I
      intermediary method_426 Lnet/minecraft/class_99;method_426()I
      named getNextMapId Lnet/minecraft/world/World;getNextMapId()I
    • method_273

      protected void method_273​(int int2, int int3, Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(IILamy;)V
      intermediary method_273 Lnet/minecraft/class_99;method_273(IILnet/minecraft/class_399;)V
      named method_273 Lnet/minecraft/world/World;method_273(IILnet/minecraft/world/chunk/Chunk;)V
    • tickBlocks

      protected void tickBlocks()
      Mappings:
      Namespace Name Mixin selector
      official h Ladm;h()V
      intermediary method_409 Lnet/minecraft/class_99;method_409()V
      named tickBlocks Lnet/minecraft/world/World;tickBlocks()V
    • method_283

      public void method_283​(Block block, BlockPos blockPos, Random random)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lafh;Lcj;Ljava/util/Random;)V
      intermediary method_283 Lnet/minecraft/class_99;method_283(Lnet/minecraft/class_160;Lnet/minecraft/class_1372;Ljava/util/Random;)V
      named method_283 Lnet/minecraft/world/World;method_283(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
    • method_432

      public boolean method_432​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official v Ladm;v(Lcj;)Z
      intermediary method_432 Lnet/minecraft/class_99;method_432(Lnet/minecraft/class_1372;)Z
      named method_432 Lnet/minecraft/world/World;method_432(Lnet/minecraft/util/math/BlockPos;)Z
    • method_434

      public boolean method_434​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official w Ladm;w(Lcj;)Z
      intermediary method_434 Lnet/minecraft/class_99;method_434(Lnet/minecraft/class_1372;)Z
      named method_434 Lnet/minecraft/world/World;method_434(Lnet/minecraft/util/math/BlockPos;)Z
    • method_399

      public boolean method_399​(BlockPos blockPos, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e(Lcj;Z)Z
      intermediary method_399 Lnet/minecraft/class_99;method_399(Lnet/minecraft/class_1372;Z)Z
      named method_399 Lnet/minecraft/world/World;method_399(Lnet/minecraft/util/math/BlockPos;Z)Z
    • method_244

      private boolean method_244​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official F Ladm;F(Lcj;)Z
      intermediary method_244 Lnet/minecraft/class_99;method_244(Lnet/minecraft/class_1372;)Z
      named method_244 Lnet/minecraft/world/World;method_244(Lnet/minecraft/util/math/BlockPos;)Z
    • method_403

      public boolean method_403​(BlockPos blockPos, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official f Ladm;f(Lcj;Z)Z
      intermediary method_403 Lnet/minecraft/class_99;method_403(Lnet/minecraft/class_1372;Z)Z
      named method_403 Lnet/minecraft/world/World;method_403(Lnet/minecraft/util/math/BlockPos;Z)Z
    • method_436

      public boolean method_436​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official x Ladm;x(Lcj;)Z
      intermediary method_436 Lnet/minecraft/class_99;method_436(Lnet/minecraft/class_1372;)Z
      named method_436 Lnet/minecraft/world/World;method_436(Lnet/minecraft/util/math/BlockPos;)Z
    • getLightAtPos

      private int getLightAtPos​(BlockPos pos, LightType type)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcj;Lads;)I
      intermediary method_302 Lnet/minecraft/class_99;method_302(Lnet/minecraft/class_1372;Lnet/minecraft/class_106;)I
      named getLightAtPos Lnet/minecraft/world/World;getLightAtPos(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/LightType;)I
    • method_379

      public boolean method_379​(LightType type, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lads;Lcj;)Z
      intermediary method_379 Lnet/minecraft/class_99;method_379(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)Z
      named method_379 Lnet/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 a Ladm;a(Z)Z
      intermediary method_340 Lnet/minecraft/class_99;method_340(Z)Z
      named method_340 Lnet/minecraft/world/World;method_340(Z)Z
    • method_287

      public List<TickableEntry> method_287​(Chunk chunk, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lamy;Z)Ljava/util/List;
      intermediary method_287 Lnet/minecraft/class_99;method_287(Lnet/minecraft/class_399;Z)Ljava/util/List;
      named method_287 Lnet/minecraft/world/World;method_287(Lnet/minecraft/world/chunk/Chunk;Z)Ljava/util/List;
    • method_289

      public List<TickableEntry> method_289​(BlockBox blockBox, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Laqe;Z)Ljava/util/List;
      intermediary method_289 Lnet/minecraft/class_99;method_289(Lnet/minecraft/class_476;Z)Ljava/util/List;
      named method_289 Lnet/minecraft/world/World;method_289(Lnet/minecraft/util/math/BlockBox;Z)Ljava/util/List;
    • getEntitiesIn

      public List<Entity> getEntitiesIn​(Entity entity, Box box)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lpk;Laug;)Ljava/util/List;
      intermediary method_373 Lnet/minecraft/class_99;method_373(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;)Ljava/util/List;
      named getEntitiesIn Lnet/minecraft/world/World;getEntitiesIn(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
    • getEntitiesIn

      public List<Entity> getEntitiesIn​(Entity entity, Box box, Predicate<? super Entity> filter)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;Laug;Lcom/google/common/base/Predicate;)Ljava/util/List;
      intermediary method_333 Lnet/minecraft/class_99;method_333(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;Lcom/google/common/base/Predicate;)Ljava/util/List;
      named getEntitiesIn Lnet/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 a Ladm;a(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
      intermediary method_320 Lnet/minecraft/class_99;method_320(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
      named method_320 Lnet/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 b Ladm;b(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
      intermediary method_368 Lnet/minecraft/class_99;method_368(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
      named method_368 Lnet/minecraft/world/World;method_368(Ljava/lang/Class;Lcom/google/common/base/Predicate;)Ljava/util/List;
    • getEntitiesInBox

      public <T extends Entity> List<T> getEntitiesInBox​(Class<? extends T> except, Box box)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/Class;Laug;)Ljava/util/List;
      intermediary method_317 Lnet/minecraft/class_99;method_317(Ljava/lang/Class;Lnet/minecraft/class_646;)Ljava/util/List;
      named getEntitiesInBox Lnet/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 a Ladm;a(Ljava/lang/Class;Laug;Lcom/google/common/base/Predicate;)Ljava/util/List;
      intermediary method_318 Lnet/minecraft/class_99;method_318(Ljava/lang/Class;Lnet/minecraft/class_646;Lcom/google/common/base/Predicate;)Ljava/util/List;
      named getEntitiesInBox Lnet/minecraft/world/World;getEntitiesInBox(Ljava/lang/Class;Lnet/minecraft/util/math/Box;Lcom/google/common/base/Predicate;)Ljava/util/List;
    • method_319

      public <T extends Entity> T method_319​(Class<? extends T> class2, Box box, T t)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/Class;Laug;Lpk;)Lpk;
      intermediary method_319 Lnet/minecraft/class_99;method_319(Ljava/lang/Class;Lnet/minecraft/class_646;Lnet/minecraft/class_1745;)Lnet/minecraft/class_1745;
      named method_319 Lnet/minecraft/world/World;method_319(Ljava/lang/Class;Lnet/minecraft/util/math/Box;Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/Entity;
    • getEntityById

      public Entity getEntityById​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(I)Lpk;
      intermediary method_268 Lnet/minecraft/class_99;method_268(I)Lnet/minecraft/class_1745;
      named getEntityById Lnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;
    • method_241

      @Environment(CLIENT) public List<Entity> method_241()
      Mappings:
      Namespace Name Mixin selector
      official E Ladm;E()Ljava/util/List;
      intermediary method_241 Lnet/minecraft/class_99;method_241()Ljava/util/List;
      named method_241 Lnet/minecraft/world/World;method_241()Ljava/util/List;
    • markDirty

      public void markDirty​(BlockPos pos, BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lcj;Lakw;)V
      intermediary method_364 Lnet/minecraft/class_99;method_364(Lnet/minecraft/class_1372;Lnet/minecraft/class_348;)V
      named markDirty Lnet/minecraft/world/World;markDirty(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V
    • method_316

      public int method_316​(Class<?> class2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/Class;)I
      intermediary method_316 Lnet/minecraft/class_99;method_316(Ljava/lang/Class;)I
      named method_316 Lnet/minecraft/world/World;method_316(Ljava/lang/Class;)I
    • method_370

      public void method_370​(Collection<Entity> collection)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Ljava/util/Collection;)V
      intermediary method_370 Lnet/minecraft/class_99;method_370(Ljava/util/Collection;)V
      named method_370 Lnet/minecraft/world/World;method_370(Ljava/util/Collection;)V
    • method_386

      public void method_386​(Collection<Entity> collection)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Ljava/util/Collection;)V
      intermediary method_386 Lnet/minecraft/class_99;method_386(Ljava/util/Collection;)V
      named method_386 Lnet/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 a Ladm;a(Lafh;Lcj;ZLcq;Lpk;Lzx;)Z
      intermediary method_284 Lnet/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;)Z
      named canBlockBePlaced Lnet/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 F Ladm;F()I
      intermediary method_243 Lnet/minecraft/class_99;method_243()I
      named getSeaLevel Lnet/minecraft/world/World;getSeaLevel()I
    • setSeaLevel

      public void setSeaLevel​(int seaLevel)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(I)V
      intermediary method_351 Lnet/minecraft/class_99;method_351(I)V
      named setSeaLevel Lnet/minecraft/world/World;setSeaLevel(I)V
    • getStrongRedstonePower

      public int getStrongRedstonePower​(BlockPos pos, Direction direction)
      Specified by:
      getStrongRedstonePower in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official a Ladq;a(Lcj;Lcq;)I
      intermediary method_479 Lnet/minecraft/class_104;method_479(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)I
      named getStrongRedstonePower Lnet/minecraft/world/WorldView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
    • getGeneratorType

      public LevelGeneratorType getGeneratorType()
      Specified by:
      getGeneratorType in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official G Ladq;G()Ladr;
      intermediary method_477 Lnet/minecraft/class_104;method_477()Lnet/minecraft/class_105;
      named getGeneratorType Lnet/minecraft/world/WorldView;getGeneratorType()Lnet/minecraft/world/level/LevelGeneratorType;
    • getReceivedStrongRedstonePower

      public int getReceivedStrongRedstonePower​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official y Ladm;y(Lcj;)I
      intermediary method_438 Lnet/minecraft/class_99;method_438(Lnet/minecraft/class_1372;)I
      named getReceivedStrongRedstonePower Lnet/minecraft/world/World;getReceivedStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
    • isEmittingRedstonePower

      public boolean isEmittingRedstonePower​(BlockPos pos, Direction dir)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Lcj;Lcq;)Z
      intermediary method_366 Lnet/minecraft/class_99;method_366(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Z
      named isEmittingRedstonePower Lnet/minecraft/world/World;isEmittingRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
    • getEmittedRedstonePower

      public int getEmittedRedstonePower​(BlockPos pos, Direction dir)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lcj;Lcq;)I
      intermediary method_384 Lnet/minecraft/class_99;method_384(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)I
      named getEmittedRedstonePower Lnet/minecraft/world/World;getEmittedRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
    • isReceivingRedstonePower

      public boolean isReceivingRedstonePower​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official z Ladm;z(Lcj;)Z
      intermediary method_440 Lnet/minecraft/class_99;method_440(Lnet/minecraft/class_1372;)Z
      named isReceivingRedstonePower Lnet/minecraft/world/World;isReceivingRedstonePower(Lnet/minecraft/util/math/BlockPos;)Z
    • getReceivedRedstonePower

      public int getReceivedRedstonePower​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official A Ladm;A(Lcj;)I
      intermediary method_234 Lnet/minecraft/class_99;method_234(Lnet/minecraft/class_1372;)I
      named getReceivedRedstonePower Lnet/minecraft/world/World;getReceivedRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
    • getClosestPlayer

      public PlayerEntity getClosestPlayer​(Entity entity, double double2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;D)Lwn;
      intermediary method_328 Lnet/minecraft/class_99;method_328(Lnet/minecraft/class_1745;D)Lnet/minecraft/class_1963;
      named getClosestPlayer Lnet/minecraft/world/World;getClosestPlayer(Lnet/minecraft/entity/Entity;D)Lnet/minecraft/entity/player/PlayerEntity;
    • getClosestPlayer

      public PlayerEntity getClosestPlayer​(double x, double y, double z, double double2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(DDDD)Lwn;
      intermediary method_263 Lnet/minecraft/class_99;method_263(DDDD)Lnet/minecraft/class_1963;
      named getClosestPlayer Lnet/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 b Ladm;b(DDDD)Z
      intermediary method_349 Lnet/minecraft/class_99;method_349(DDDD)Z
      named method_349 Lnet/minecraft/world/World;method_349(DDDD)Z
    • method_322

      public PlayerEntity method_322​(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/String;)Lwn;
      intermediary method_322 Lnet/minecraft/class_99;method_322(Ljava/lang/String;)Lnet/minecraft/class_1963;
      named method_322 Lnet/minecraft/world/World;method_322(Ljava/lang/String;)Lnet/minecraft/entity/player/PlayerEntity;
    • getPlayerByUuid

      public PlayerEntity getPlayerByUuid​(UUID uuid)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Ljava/util/UUID;)Lwn;
      intermediary method_371 Lnet/minecraft/class_99;method_371(Ljava/util/UUID;)Lnet/minecraft/class_1963;
      named getPlayerByUuid Lnet/minecraft/world/World;getPlayerByUuid(Ljava/util/UUID;)Lnet/minecraft/entity/player/PlayerEntity;
    • disconnect

      @Environment(CLIENT) public void disconnect()
      Mappings:
      Namespace Name Mixin selector
      official H Ladm;H()V
      intermediary method_245 Lnet/minecraft/class_99;method_245()V
      named disconnect Lnet/minecraft/world/World;disconnect()V
    • method_246

      public void method_246() throws WorldLoadException
      Throws:
      WorldLoadException
      Mappings:
      Namespace Name Mixin selector
      official I Ladm;I()V
      intermediary method_246 Lnet/minecraft/class_99;method_246()V
      named method_246 Lnet/minecraft/world/World;method_246()V
    • setTime

      @Environment(CLIENT) public void setTime​(long time)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(J)V
      intermediary method_277 Lnet/minecraft/class_99;method_277(J)V
      named setTime Lnet/minecraft/world/World;setTime(J)V
    • getSeed

      public long getSeed()
      Mappings:
      Namespace Name Mixin selector
      official J Ladm;J()J
      intermediary method_247 Lnet/minecraft/class_99;method_247()J
      named getSeed Lnet/minecraft/world/World;getSeed()J
    • getLastUpdateTime

      public long getLastUpdateTime()
      Mappings:
      Namespace Name Mixin selector
      official K Ladm;K()J
      intermediary method_248 Lnet/minecraft/class_99;method_248()J
      named getLastUpdateTime Lnet/minecraft/world/World;getLastUpdateTime()J
    • getTimeOfDay

      public long getTimeOfDay()
      Mappings:
      Namespace Name Mixin selector
      official L Ladm;L()J
      intermediary method_249 Lnet/minecraft/class_99;method_249()J
      named getTimeOfDay Lnet/minecraft/world/World;getTimeOfDay()J
    • setTimeOfDay

      public void setTimeOfDay​(long time)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(J)V
      intermediary method_355 Lnet/minecraft/class_99;method_355(J)V
      named setTimeOfDay Lnet/minecraft/world/World;setTimeOfDay(J)V
    • getSpawnPos

      public BlockPos getSpawnPos()
      Mappings:
      Namespace Name Mixin selector
      official M Ladm;M()Lcj;
      intermediary method_250 Lnet/minecraft/class_99;method_250()Lnet/minecraft/class_1372;
      named getSpawnPos Lnet/minecraft/world/World;getSpawnPos()Lnet/minecraft/util/math/BlockPos;
    • setSpawnPos

      public void setSpawnPos​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official B Ladm;B(Lcj;)V
      intermediary method_236 Lnet/minecraft/class_99;method_236(Lnet/minecraft/class_1372;)V
      named setSpawnPos Lnet/minecraft/world/World;setSpawnPos(Lnet/minecraft/util/math/BlockPos;)V
    • loadEntity

      @Environment(CLIENT) public void loadEntity​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official h Ladm;h(Lpk;)V
      intermediary method_412 Lnet/minecraft/class_99;method_412(Lnet/minecraft/class_1745;)V
      named loadEntity Lnet/minecraft/world/World;loadEntity(Lnet/minecraft/entity/Entity;)V
    • canPlayerModifyAt

      public boolean canPlayerModifyAt​(PlayerEntity player, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lwn;Lcj;)Z
      intermediary method_337 Lnet/minecraft/class_99;method_337(Lnet/minecraft/class_1963;Lnet/minecraft/class_1372;)Z
      named canPlayerModifyAt Lnet/minecraft/world/World;canPlayerModifyAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)Z
    • sendEntityStatus

      public void sendEntityStatus​(Entity entity, byte status)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lpk;B)V
      intermediary method_327 Lnet/minecraft/class_99;method_327(Lnet/minecraft/class_1745;B)V
      named sendEntityStatus Lnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)V
    • getChunkProvider

      public ChunkProvider getChunkProvider()
      Mappings:
      Namespace Name Mixin selector
      official N Ladm;N()Lamv;
      intermediary method_251 Lnet/minecraft/class_99;method_251()Lnet/minecraft/class_396;
      named getChunkProvider Lnet/minecraft/world/World;getChunkProvider()Lnet/minecraft/world/chunk/ChunkProvider;
    • addBlockAction

      public void addBlockAction​(BlockPos pos, Block block, int type, int data)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(Lcj;Lafh;II)V
      intermediary method_383 Lnet/minecraft/class_99;method_383(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;II)V
      named addBlockAction Lnet/minecraft/world/World;addBlockAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
    • getSaveHandler

      public SaveHandler getSaveHandler()
      Mappings:
      Namespace Name Mixin selector
      official O Ladm;O()Latp;
      intermediary method_252 Lnet/minecraft/class_99;method_252()Lnet/minecraft/class_635;
      named getSaveHandler Lnet/minecraft/world/World;getSaveHandler()Lnet/minecraft/world/SaveHandler;
    • getLevelProperties

      public LevelProperties getLevelProperties()
      Mappings:
      Namespace Name Mixin selector
      official P Ladm;P()Lato;
      intermediary method_253 Lnet/minecraft/class_99;method_253()Lnet/minecraft/class_634;
      named getLevelProperties Lnet/minecraft/world/World;getLevelProperties()Lnet/minecraft/world/level/LevelProperties;
    • getGameRules

      public GameRuleDispatcher getGameRules()
      Mappings:
      Namespace Name Mixin selector
      official Q Ladm;Q()Ladk;
      intermediary method_254 Lnet/minecraft/class_99;method_254()Lnet/minecraft/class_95;
      named getGameRules Lnet/minecraft/world/World;getGameRules()Lnet/minecraft/world/GameRuleDispatcher;
    • method_388

      public void method_388()
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d()V
      intermediary method_388 Lnet/minecraft/class_99;method_388()V
      named method_388 Lnet/minecraft/world/World;method_388()V
    • getThunderGradient

      public float getThunderGradient​(float offset)
      Mappings:
      Namespace Name Mixin selector
      official h Ladm;h(F)F
      intermediary method_410 Lnet/minecraft/class_99;method_410(F)F
      named getThunderGradient Lnet/minecraft/world/World;getThunderGradient(F)F
    • setThunderGradient

      @Environment(CLIENT) public void setThunderGradient​(float thunderGradient)
      Mappings:
      Namespace Name Mixin selector
      official i Ladm;i(F)V
      intermediary method_414 Lnet/minecraft/class_99;method_414(F)V
      named setThunderGradient Lnet/minecraft/world/World;setThunderGradient(F)V
    • getRainGradient

      public float getRainGradient​(float offset)
      Mappings:
      Namespace Name Mixin selector
      official j Ladm;j(F)F
      intermediary method_416 Lnet/minecraft/class_99;method_416(F)F
      named getRainGradient Lnet/minecraft/world/World;getRainGradient(F)F
    • setRainGradient

      @Environment(CLIENT) public void setRainGradient​(float rainGradient)
      Mappings:
      Namespace Name Mixin selector
      official k Ladm;k(F)V
      intermediary method_419 Lnet/minecraft/class_99;method_419(F)V
      named setRainGradient Lnet/minecraft/world/World;setRainGradient(F)V
    • isThundering

      public boolean isThundering()
      Mappings:
      Namespace Name Mixin selector
      official R Ladm;R()Z
      intermediary method_255 Lnet/minecraft/class_99;method_255()Z
      named isThundering Lnet/minecraft/world/World;isThundering()Z
    • isRaining

      public boolean isRaining()
      Mappings:
      Namespace Name Mixin selector
      official S Ladm;S()Z
      intermediary method_256 Lnet/minecraft/class_99;method_256()Z
      named isRaining Lnet/minecraft/world/World;isRaining()Z
    • hasRain

      public boolean hasRain​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official C Ladm;C(Lcj;)Z
      intermediary method_238 Lnet/minecraft/class_99;method_238(Lnet/minecraft/class_1372;)Z
      named hasRain Lnet/minecraft/world/World;hasRain(Lnet/minecraft/util/math/BlockPos;)Z
    • hasHighHumidity

      public boolean hasHighHumidity​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official D Ladm;D(Lcj;)Z
      intermediary method_240 Lnet/minecraft/class_99;method_240(Lnet/minecraft/class_1372;)Z
      named hasHighHumidity Lnet/minecraft/world/World;hasHighHumidity(Lnet/minecraft/util/math/BlockPos;)Z
    • method_257

      public class_643 method_257()
      Mappings:
      Namespace Name Mixin selector
      official T Ladm;T()Laua;
      intermediary method_257 Lnet/minecraft/class_99;method_257()Lnet/minecraft/class_643;
      named method_257 Lnet/minecraft/world/World;method_257()Lnet/minecraft/class_643;
    • setItemData

      public void setItemData​(String string, PersistentState persistentState)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/String;Late;)V
      intermediary method_323 Lnet/minecraft/class_99;method_323(Ljava/lang/String;Lnet/minecraft/class_625;)V
      named setItemData Lnet/minecraft/world/World;setItemData(Ljava/lang/String;Lnet/minecraft/world/PersistentState;)V
    • method_321

      public PersistentState method_321​(Class<? extends PersistentState> class2, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/Class;Ljava/lang/String;)Late;
      intermediary method_321 Lnet/minecraft/class_99;method_321(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/class_625;
      named method_321 Lnet/minecraft/world/World;method_321(Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/world/PersistentState;
    • method_369

      public int method_369​(String string)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Ljava/lang/String;)I
      intermediary method_369 Lnet/minecraft/class_99;method_369(Ljava/lang/String;)I
      named method_369 Lnet/minecraft/world/World;method_369(Ljava/lang/String;)I
    • method_275

      public void method_275​(int int2, BlockPos pos, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(ILcj;I)V
      intermediary method_275 Lnet/minecraft/class_99;method_275(ILnet/minecraft/class_1372;I)V
      named method_275 Lnet/minecraft/world/World;method_275(ILnet/minecraft/util/math/BlockPos;I)V
    • syncGlobalEvent

      public void syncGlobalEvent​(int eventId, BlockPos pos, int data)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(ILcj;I)V
      intermediary method_354 Lnet/minecraft/class_99;method_354(ILnet/minecraft/class_1372;I)V
      named syncGlobalEvent Lnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
    • syncWorldEvent

      public void syncWorldEvent​(PlayerEntity player, int eventId, BlockPos pos, int data)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lwn;ILcj;I)V
      intermediary method_336 Lnet/minecraft/class_99;method_336(Lnet/minecraft/class_1963;ILnet/minecraft/class_1372;I)V
      named syncWorldEvent Lnet/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 U Ladm;U()I
      intermediary method_258 Lnet/minecraft/class_99;method_258()I
      named getMaxBuildHeight Lnet/minecraft/world/World;getMaxBuildHeight()I
    • getEffectiveHeight

      public int getEffectiveHeight()
      Mappings:
      Namespace Name Mixin selector
      official V Ladm;V()I
      intermediary method_259 Lnet/minecraft/class_99;method_259()I
      named getEffectiveHeight Lnet/minecraft/world/World;getEffectiveHeight()I
    • method_270

      public Random method_270​(int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(III)Ljava/util/Random;
      intermediary method_270 Lnet/minecraft/class_99;method_270(III)Ljava/util/Random;
      named method_270 Lnet/minecraft/world/World;method_270(III)Ljava/util/Random;
    • getNearestStructurePos

      public BlockPos getNearestStructurePos​(String structureName, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ljava/lang/String;Lcj;)Lcj;
      intermediary method_324 Lnet/minecraft/class_99;method_324(Ljava/lang/String;Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;
      named getNearestStructurePos Lnet/minecraft/world/World;getNearestStructurePos(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
    • isSaved

      @Environment(CLIENT) public boolean isSaved()
      Specified by:
      isSaved in interface WorldView
      Mappings:
      Namespace Name Mixin selector
      official W Ladq;W()Z
      intermediary method_478 Lnet/minecraft/class_104;method_478()Z
      named isSaved Lnet/minecraft/world/WorldView;isSaved()Z
    • getHorizonHeight

      @Environment(CLIENT) public double getHorizonHeight()
      Mappings:
      Namespace Name Mixin selector
      official X Ladm;X()D
      intermediary method_260 Lnet/minecraft/class_99;method_260()D
      named getHorizonHeight Lnet/minecraft/world/World;getHorizonHeight()D
    • addToCrashReport

      public CrashReportSection addToCrashReport​(CrashReport report)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lb;)Lc;
      intermediary method_298 Lnet/minecraft/class_99;method_298(Lnet/minecraft/class_825;)Lnet/minecraft/class_1364;
      named addToCrashReport Lnet/minecraft/world/World;addToCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReportSection;
    • setBlockBreakingInfo

      public void setBlockBreakingInfo​(int int2, BlockPos pos, int int3)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(ILcj;I)V
      intermediary method_378 Lnet/minecraft/class_99;method_378(ILnet/minecraft/class_1372;I)V
      named setBlockBreakingInfo Lnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
    • getCalenderInstance

      public Calendar getCalenderInstance()
      Mappings:
      Namespace Name Mixin selector
      official Y Ladm;Y()Ljava/util/Calendar;
      intermediary method_261 Lnet/minecraft/class_99;method_261()Ljava/util/Calendar;
      named getCalenderInstance Lnet/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 a Ladm;a(DDDDDDLdn;)V
      intermediary method_264 Lnet/minecraft/class_99;method_264(DDDDDDLnet/minecraft/class_1405;)V
      named addFireworkParticle Lnet/minecraft/world/World;addFireworkParticle(DDDDDDLnet/minecraft/nbt/CompoundTag;)V
    • getScoreboard

      public Scoreboard getScoreboard()
      Mappings:
      Namespace Name Mixin selector
      official Z Ladm;Z()Lauo;
      intermediary method_262 Lnet/minecraft/class_99;method_262()Lnet/minecraft/class_653;
      named getScoreboard Lnet/minecraft/world/World;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
    • updateHorizontalAdjacent

      public void updateHorizontalAdjacent​(BlockPos pos, Block block)
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e(Lcj;Lafh;)V
      intermediary method_398 Lnet/minecraft/class_99;method_398(Lnet/minecraft/class_1372;Lnet/minecraft/class_160;)V
      named updateHorizontalAdjacent Lnet/minecraft/world/World;updateHorizontalAdjacent(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
    • getLocalDifficulty

      public LocalDifficulty getLocalDifficulty​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official E Ladm;E(Lcj;)Lok;
      intermediary method_242 Lnet/minecraft/class_99;method_242(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1722;
      named getLocalDifficulty Lnet/minecraft/world/World;getLocalDifficulty(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/LocalDifficulty;
    • getGlobalDifficulty

      public Difficulty getGlobalDifficulty()
      Mappings:
      Namespace Name Mixin selector
      official aa Ladm;aa()Loj;
      intermediary method_342 Lnet/minecraft/class_99;method_342()Lnet/minecraft/class_1721;
      named getGlobalDifficulty Lnet/minecraft/world/World;getGlobalDifficulty()Lnet/minecraft/world/Difficulty;
    • getAmbientDarkness

      public int getAmbientDarkness()
      Mappings:
      Namespace Name Mixin selector
      official ab Ladm;ab()I
      intermediary method_343 Lnet/minecraft/class_99;method_343()I
      named getAmbientDarkness Lnet/minecraft/world/World;getAmbientDarkness()I
    • setAmbientDarkness

      public void setAmbientDarkness​(int ambientDarkness)
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c(I)V
      intermediary method_376 Lnet/minecraft/class_99;method_376(I)V
      named setAmbientDarkness Lnet/minecraft/world/World;setAmbientDarkness(I)V
    • method_344

      @Environment(CLIENT) public int method_344()
      Mappings:
      Namespace Name Mixin selector
      official ac Ladm;ac()I
      intermediary method_344 Lnet/minecraft/class_99;method_344()I
      named method_344 Lnet/minecraft/world/World;method_344()I
    • method_390

      public void method_390​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d(I)V
      intermediary method_390 Lnet/minecraft/class_99;method_390(I)V
      named method_390 Lnet/minecraft/world/World;method_390(I)V
    • method_345

      public boolean method_345()
      Mappings:
      Namespace Name Mixin selector
      official ad Ladm;ad()Z
      intermediary method_345 Lnet/minecraft/class_99;method_345()Z
      named method_345 Lnet/minecraft/world/World;method_345()Z
    • getVillageState

      public VillageState getVillageState()
      Mappings:
      Namespace Name Mixin selector
      official ae Ladm;ae()Lth;
      intermediary method_346 Lnet/minecraft/class_99;method_346()Lnet/minecraft/class_1844;
      named getVillageState Lnet/minecraft/world/World;getVillageState()Lnet/minecraft/village/VillageState;
    • getWorldBorder

      public WorldBorder getWorldBorder()
      Mappings:
      Namespace Name Mixin selector
      official af Ladm;af()Lams;
      intermediary method_347 Lnet/minecraft/class_99;method_347()Lnet/minecraft/class_395;
      named getWorldBorder Lnet/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 c Ladm;c(II)Z
      intermediary method_377 Lnet/minecraft/class_99;method_377(II)Z
      named method_377 Lnet/minecraft/world/World;method_377(II)Z