Class ClientWorld

java.lang.Object
net.minecraft.world.World
net.minecraft.client.world.ClientWorld
All Implemented Interfaces:
AutoCloseable, BiomeAccess.Storage, BlockRenderView, BlockView, CollisionView, EntityView, HeightLimitView, LunarWorldView, ModifiableTestableWorld, ModifiableWorld, RedstoneView, RegistryWorldView, TestableWorld, WorldAccess, WorldView

@Environment(CLIENT) public class ClientWorld extends World
Mappings:
Namespace Name
named net/minecraft/client/world/ClientWorld
intermediary net/minecraft/class_638
official fzf
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/client/world/ClientWorld;LOGGER:Lorg/slf4j/Logger;
      intermediary field_37952 Lnet/minecraft/class_638;field_37952:Lorg/slf4j/Logger;
      official a Lfzf;a:Lorg/slf4j/Logger;
    • PARTICLE_Y_OFFSET

      private static final double PARTICLE_Y_OFFSET
      A minor offset applied when spawning particles.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named PARTICLE_Y_OFFSET Lnet/minecraft/client/world/ClientWorld;PARTICLE_Y_OFFSET:D
      intermediary field_32641 Lnet/minecraft/class_638;field_32641:D
      official b Lfzf;b:D
    • field_34805

      private static final int field_34805
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_34805 Lnet/minecraft/client/world/ClientWorld;field_34805:I
      intermediary field_34805 Lnet/minecraft/class_638;field_34805:I
      official c Lfzf;c:I
    • field_34806

      private static final int field_34806
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_34806 Lnet/minecraft/client/world/ClientWorld;field_34806:I
      intermediary field_34806 Lnet/minecraft/class_638;field_34806:I
      official d Lfzf;d:I
    • field_32640

      private static final long field_32640
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_32640 Lnet/minecraft/client/world/ClientWorld;field_32640:J
      intermediary field_32640 Lnet/minecraft/class_638;field_32640:J
      official L Lfzf;L:J
    • BLOCK_MARKER_ITEMS

      private static final Set<Item> BLOCK_MARKER_ITEMS
      Mappings:
      Namespace Name Mixin selector
      named BLOCK_MARKER_ITEMS Lnet/minecraft/client/world/ClientWorld;BLOCK_MARKER_ITEMS:Ljava/util/Set;
      intermediary field_35432 Lnet/minecraft/class_638;field_35432:Ljava/util/Set;
      official S Lfzf;S:Ljava/util/Set;
    • entityList

      final EntityList entityList
      Mappings:
      Namespace Name Mixin selector
      named entityList Lnet/minecraft/client/world/ClientWorld;entityList:Lnet/minecraft/world/EntityList;
      intermediary field_27733 Lnet/minecraft/class_638;field_27733:Lnet/minecraft/class_5574;
      official e Lfzf;e:Ldxm;
    • entityManager

      private final ClientEntityManager<Entity> entityManager
      Mappings:
      Namespace Name Mixin selector
      named entityManager Lnet/minecraft/client/world/ClientWorld;entityManager:Lnet/minecraft/world/entity/ClientEntityManager;
      intermediary field_27734 Lnet/minecraft/class_638;field_27734:Lnet/minecraft/class_5582;
      official f Lfzf;f:Ldxs;
    • networkHandler

      private final ClientPlayNetworkHandler networkHandler
      Mappings:
      Namespace Name Mixin selector
      named networkHandler Lnet/minecraft/client/world/ClientWorld;networkHandler:Lnet/minecraft/client/network/ClientPlayNetworkHandler;
      intermediary field_3727 Lnet/minecraft/class_638;field_3727:Lnet/minecraft/class_634;
      official D Lfzf;D:Lfzg;
    • worldRenderer

      private final WorldRenderer worldRenderer
      Mappings:
      Namespace Name Mixin selector
      named worldRenderer Lnet/minecraft/client/world/ClientWorld;worldRenderer:Lnet/minecraft/client/render/WorldRenderer;
      intermediary field_17780 Lnet/minecraft/class_638;field_17780:Lnet/minecraft/class_761;
      official E Lfzf;E:Lgex;
    • clientWorldProperties

      private final ClientWorld.Properties clientWorldProperties
      Mappings:
      Namespace Name Mixin selector
      named clientWorldProperties Lnet/minecraft/client/world/ClientWorld;clientWorldProperties:Lnet/minecraft/client/world/ClientWorld$Properties;
      intermediary field_24430 Lnet/minecraft/class_638;field_24430:Lnet/minecraft/class_638$class_5271;
      official F Lfzf;F:Lfzf$a;
    • dimensionEffects

      private final DimensionEffects dimensionEffects
      Mappings:
      Namespace Name Mixin selector
      named dimensionEffects Lnet/minecraft/client/world/ClientWorld;dimensionEffects:Lnet/minecraft/client/render/DimensionEffects;
      intermediary field_24606 Lnet/minecraft/class_638;field_24606:Lnet/minecraft/class_5294;
      official G Lfzf;G:Lgeo;
    • tickManager

      private final TickManager tickManager
      Mappings:
      Namespace Name Mixin selector
      named tickManager Lnet/minecraft/client/world/ClientWorld;tickManager:Lnet/minecraft/world/tick/TickManager;
      intermediary field_47129 Lnet/minecraft/class_638;field_47129:Lnet/minecraft/class_8921;
      official H Lfzf;H:Lbrc;
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/world/ClientWorld;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_3729 Lnet/minecraft/class_638;field_3729:Lnet/minecraft/class_310;
      official I Lfzf;I:Lfgo;
    • players

      Mappings:
      Namespace Name Mixin selector
      named players Lnet/minecraft/client/world/ClientWorld;players:Ljava/util/List;
      intermediary field_18226 Lnet/minecraft/class_638;field_18226:Ljava/util/List;
      official J Lfzf;J:Ljava/util/List;
    • mapStates

      private final Map<MapIdComponent,MapState> mapStates
      Mappings:
      Namespace Name Mixin selector
      named mapStates Lnet/minecraft/client/world/ClientWorld;mapStates:Ljava/util/Map;
      intermediary field_17675 Lnet/minecraft/class_638;field_17675:Ljava/util/Map;
      official K Lfzf;K:Ljava/util/Map;
    • lightningTicksLeft

      private int lightningTicksLeft
      Mappings:
      Namespace Name Mixin selector
      named lightningTicksLeft Lnet/minecraft/client/world/ClientWorld;lightningTicksLeft:I
      intermediary field_21526 Lnet/minecraft/class_638;field_21526:I
      official M Lfzf;M:I
    • colorCache

      Mappings:
      Namespace Name Mixin selector
      named colorCache Lnet/minecraft/client/world/ClientWorld;colorCache:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
      intermediary field_21527 Lnet/minecraft/class_638;field_21527:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
      official N Lfzf;N:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
    • chunkManager

      private final ClientChunkManager chunkManager
      Mappings:
      Namespace Name Mixin selector
      named chunkManager Lnet/minecraft/client/world/ClientWorld;chunkManager:Lnet/minecraft/client/world/ClientChunkManager;
      intermediary field_24605 Lnet/minecraft/class_638;field_24605:Lnet/minecraft/class_631;
      official O Lfzf;O:Lfzb;
    • chunkUpdaters

      private final Deque<Runnable> chunkUpdaters
      Mappings:
      Namespace Name Mixin selector
      named chunkUpdaters Lnet/minecraft/client/world/ClientWorld;chunkUpdaters:Ljava/util/Deque;
      intermediary field_34804 Lnet/minecraft/class_638;field_34804:Ljava/util/Deque;
      official P Lfzf;P:Ljava/util/Deque;
    • simulationDistance

      private int simulationDistance
      Mappings:
      Namespace Name Mixin selector
      named simulationDistance Lnet/minecraft/client/world/ClientWorld;simulationDistance:I
      intermediary field_35163 Lnet/minecraft/class_638;field_35163:I
      official Q Lfzf;Q:I
    • pendingUpdateManager

      private final PendingUpdateManager pendingUpdateManager
      Mappings:
      Namespace Name Mixin selector
      named pendingUpdateManager Lnet/minecraft/client/world/ClientWorld;pendingUpdateManager:Lnet/minecraft/client/network/PendingUpdateManager;
      intermediary field_37951 Lnet/minecraft/class_638;field_37951:Lnet/minecraft/class_7202;
      official R Lfzf;R:Lgas;
  • Constructor Details

    • ClientWorld

      public ClientWorld(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/world/ClientWorld;<init>(Lnet/minecraft/client/network/ClientPlayNetworkHandler;Lnet/minecraft/client/world/ClientWorld$Properties;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/entry/RegistryEntry;IILjava/util/function/Supplier;Lnet/minecraft/client/render/WorldRenderer;ZJ)V
      intermediary <init> Lnet/minecraft/class_638;<init>(Lnet/minecraft/class_634;Lnet/minecraft/class_638$class_5271;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;IILjava/util/function/Supplier;Lnet/minecraft/class_761;ZJ)V
      official <init> Lfzf;<init>(Lfzg;Lfzf$a;Lakq;Ljm;IILjava/util/function/Supplier;Lgex;ZJ)V
  • Method Details

    • handlePlayerActionResponse

      public void handlePlayerActionResponse(int sequence)
      Mappings:
      Namespace Name Mixin selector
      named handlePlayerActionResponse Lnet/minecraft/client/world/ClientWorld;handlePlayerActionResponse(I)V
      intermediary method_41927 Lnet/minecraft/class_638;method_41927(I)V
      official b Lfzf;b(I)V
    • handleBlockUpdate

      public void handleBlockUpdate(BlockPos pos, BlockState state, int flags)
      Mappings:
      Namespace Name Mixin selector
      named handleBlockUpdate Lnet/minecraft/client/world/ClientWorld;handleBlockUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)V
      intermediary method_41928 Lnet/minecraft/class_638;method_41928(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;I)V
      official b Lfzf;b(Ljd;Ldtc;I)V
    • processPendingUpdate

      public void processPendingUpdate(BlockPos pos, BlockState state, Vec3d playerPos)
      Mappings:
      Namespace Name Mixin selector
      named processPendingUpdate Lnet/minecraft/client/world/ClientWorld;processPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;)V
      intermediary method_41926 Lnet/minecraft/class_638;method_41926(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_243;)V
      official a Lfzf;a(Ljd;Ldtc;Lexc;)V
    • getPendingUpdateManager

      PendingUpdateManager getPendingUpdateManager()
      Mappings:
      Namespace Name Mixin selector
      named getPendingUpdateManager Lnet/minecraft/client/world/ClientWorld;getPendingUpdateManager()Lnet/minecraft/client/network/PendingUpdateManager;
      intermediary method_41925 Lnet/minecraft/class_638;method_41925()Lnet/minecraft/class_7202;
      official a Lfzf;a()Lgas;
    • setBlockState

      public boolean setBlockState(BlockPos pos, BlockState state, int flags, int maxUpdateDepth)
      Updates the block state at a position, calling appropriate callbacks.

      When called on the server, the new block state is stored and propagated to clients and listeners as dictated by the supplied flags. Note that calling this on the client will update the world locally, but may not see the change persisted across loads. It's recommended to check whether this world is client before interacting with the world in this way.

      See World.setBlockState(BlockPos, BlockState, int) for a list of accepted flags.

      Specified by:
      setBlockState in interface ModifiableWorld
      Overrides:
      setBlockState in class World
      Parameters:
      pos - the target position
      state - the block state to set
      flags - the bitwise flag combination, as described above
      maxUpdateDepth - the limit for the cascading block updates
      Mappings:
      Namespace Name Mixin selector
      named setBlockState Lnet/minecraft/world/ModifiableWorld;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;II)Z
      intermediary method_30092 Lnet/minecraft/class_1945;method_30092(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;II)Z
      official a Ldde;a(Ljd;Ldtc;II)Z
    • enqueueChunkUpdate

      public void enqueueChunkUpdate(Runnable updater)
      Mappings:
      Namespace Name Mixin selector
      named enqueueChunkUpdate Lnet/minecraft/client/world/ClientWorld;enqueueChunkUpdate(Ljava/lang/Runnable;)V
      intermediary method_38536 Lnet/minecraft/class_638;method_38536(Ljava/lang/Runnable;)V
      official a Lfzf;a(Ljava/lang/Runnable;)V
    • runQueuedChunkUpdates

      public void runQueuedChunkUpdates()
      Mappings:
      Namespace Name Mixin selector
      named runQueuedChunkUpdates Lnet/minecraft/client/world/ClientWorld;runQueuedChunkUpdates()V
      intermediary method_38534 Lnet/minecraft/class_638;method_38534()V
      official b Lfzf;b()V
    • hasNoChunkUpdaters

      public boolean hasNoChunkUpdaters()
      Mappings:
      Namespace Name Mixin selector
      named hasNoChunkUpdaters Lnet/minecraft/client/world/ClientWorld;hasNoChunkUpdaters()Z
      intermediary method_38743 Lnet/minecraft/class_638;method_38743()Z
      official c Lfzf;c()Z
    • getDimensionEffects

      public DimensionEffects getDimensionEffects()
      Mappings:
      Namespace Name Mixin selector
      named getDimensionEffects Lnet/minecraft/client/world/ClientWorld;getDimensionEffects()Lnet/minecraft/client/render/DimensionEffects;
      intermediary method_28103 Lnet/minecraft/class_638;method_28103()Lnet/minecraft/class_5294;
      official d Lfzf;d()Lgeo;
    • tick

      public void tick(BooleanSupplier shouldKeepTicking)
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/world/ClientWorld;tick(Ljava/util/function/BooleanSupplier;)V
      intermediary method_8441 Lnet/minecraft/class_638;method_8441(Ljava/util/function/BooleanSupplier;)V
      official a Lfzf;a(Ljava/util/function/BooleanSupplier;)V
    • tickTime

      private void tickTime()
      Mappings:
      Namespace Name Mixin selector
      named tickTime Lnet/minecraft/client/world/ClientWorld;tickTime()V
      intermediary method_29090 Lnet/minecraft/class_638;method_29090()V
      official n Lfzf;n()V
    • setTime

      public void setTime(long time)
      Mappings:
      Namespace Name Mixin selector
      named setTime Lnet/minecraft/client/world/ClientWorld;setTime(J)V
      intermediary method_29089 Lnet/minecraft/class_638;method_29089(J)V
      official b Lfzf;b(J)V
    • setTimeOfDay

      public void setTimeOfDay(long timeOfDay)
      Mappings:
      Namespace Name Mixin selector
      named setTimeOfDay Lnet/minecraft/client/world/ClientWorld;setTimeOfDay(J)V
      intermediary method_8435 Lnet/minecraft/class_638;method_8435(J)V
      official c Lfzf;c(J)V
    • getEntities

      public Iterable<Entity> getEntities()
      Mappings:
      Namespace Name Mixin selector
      named getEntities Lnet/minecraft/client/world/ClientWorld;getEntities()Ljava/lang/Iterable;
      intermediary method_18112 Lnet/minecraft/class_638;method_18112()Ljava/lang/Iterable;
      official e Lfzf;e()Ljava/lang/Iterable;
    • tickEntities

      public void tickEntities()
      Mappings:
      Namespace Name Mixin selector
      named tickEntities Lnet/minecraft/client/world/ClientWorld;tickEntities()V
      intermediary method_18116 Lnet/minecraft/class_638;method_18116()V
      official f Lfzf;f()V
    • shouldUpdatePostDeath

      public boolean shouldUpdatePostDeath(Entity entity)
      Overrides:
      shouldUpdatePostDeath in class World
      Mappings:
      Namespace Name Mixin selector
      named shouldUpdatePostDeath Lnet/minecraft/world/World;shouldUpdatePostDeath(Lnet/minecraft/entity/Entity;)Z
      intermediary method_38989 Lnet/minecraft/class_1937;method_38989(Lnet/minecraft/class_1297;)Z
      official h Ldcw;h(Lbsr;)Z
    • tickEntity

      public void tickEntity(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named tickEntity Lnet/minecraft/client/world/ClientWorld;tickEntity(Lnet/minecraft/entity/Entity;)V
      intermediary method_18646 Lnet/minecraft/class_638;method_18646(Lnet/minecraft/class_1297;)V
      official a Lfzf;a(Lbsr;)V
    • tickPassenger

      private void tickPassenger(Entity entity, Entity passenger)
      Mappings:
      Namespace Name Mixin selector
      named tickPassenger Lnet/minecraft/client/world/ClientWorld;tickPassenger(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)V
      intermediary method_18647 Lnet/minecraft/class_638;method_18647(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)V
      official a Lfzf;a(Lbsr;Lbsr;)V
    • unloadBlockEntities

      public void unloadBlockEntities(WorldChunk chunk)
      Mappings:
      Namespace Name Mixin selector
      named unloadBlockEntities Lnet/minecraft/client/world/ClientWorld;unloadBlockEntities(Lnet/minecraft/world/chunk/WorldChunk;)V
      intermediary method_18110 Lnet/minecraft/class_638;method_18110(Lnet/minecraft/class_2818;)V
      official a Lfzf;a(Ldvi;)V
    • resetChunkColor

      public void resetChunkColor(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      named resetChunkColor Lnet/minecraft/client/world/ClientWorld;resetChunkColor(Lnet/minecraft/util/math/ChunkPos;)V
      intermediary method_23782 Lnet/minecraft/class_638;method_23782(Lnet/minecraft/class_1923;)V
      official a Lfzf;a(Ldcd;)V
    • reloadColor

      public void reloadColor()
      Mappings:
      Namespace Name Mixin selector
      named reloadColor Lnet/minecraft/client/world/ClientWorld;reloadColor()V
      intermediary method_23784 Lnet/minecraft/class_638;method_23784()V
      official g Lfzf;g()V
    • isChunkLoaded

      public boolean isChunkLoaded(int chunkX, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      named isChunkLoaded Lnet/minecraft/world/WorldView;isChunkLoaded(II)Z
      intermediary method_8393 Lnet/minecraft/class_4538;method_8393(II)Z
      official b Ldcz;b(II)Z
    • getRegularEntityCount

      public int getRegularEntityCount()
      Mappings:
      Namespace Name Mixin selector
      named getRegularEntityCount Lnet/minecraft/client/world/ClientWorld;getRegularEntityCount()I
      intermediary method_18120 Lnet/minecraft/class_638;method_18120()I
      official h Lfzf;h()I
    • addEntity

      public void addEntity(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named addEntity Lnet/minecraft/client/world/ClientWorld;addEntity(Lnet/minecraft/entity/Entity;)V
      intermediary method_53875 Lnet/minecraft/class_638;method_53875(Lnet/minecraft/class_1297;)V
      official c Lfzf;c(Lbsr;)V
    • removeEntity

      public void removeEntity(int entityId, Entity.RemovalReason removalReason)
      Mappings:
      Namespace Name Mixin selector
      named removeEntity Lnet/minecraft/client/world/ClientWorld;removeEntity(ILnet/minecraft/entity/Entity$RemovalReason;)V
      intermediary method_2945 Lnet/minecraft/class_638;method_2945(ILnet/minecraft/class_1297$class_5529;)V
      official a Lfzf;a(ILbsr$c;)V
    • getEntityById

      @Nullable public @Nullable Entity getEntityById(int id)
      Returns the entity using the entity ID, or null if none was found.

      Entity ID is ephemeral and changes after server restart. Use the UUID for persistent storage instead.

      Specified by:
      getEntityById in class World
      Returns:
      the entity using the entity ID, or null if none was found
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getEntityById Lnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;
      intermediary method_8469 Lnet/minecraft/class_1937;method_8469(I)Lnet/minecraft/class_1297;
      official a Ldcw;a(I)Lbsr;
    • disconnect

      public void disconnect()
      Overrides:
      disconnect in class World
      Mappings:
      Namespace Name Mixin selector
      named disconnect Lnet/minecraft/world/World;disconnect()V
      intermediary method_8525 Lnet/minecraft/class_1937;method_8525()V
      official Y Ldcw;Y()V
    • doRandomBlockDisplayTicks

      public void doRandomBlockDisplayTicks(int centerX, int centerY, int centerZ)
      Mappings:
      Namespace Name Mixin selector
      named doRandomBlockDisplayTicks Lnet/minecraft/client/world/ClientWorld;doRandomBlockDisplayTicks(III)V
      intermediary method_2941 Lnet/minecraft/class_638;method_2941(III)V
      official b Lfzf;b(III)V
    • getBlockParticle

      @Nullable private @Nullable Block getBlockParticle()
      Mappings:
      Namespace Name Mixin selector
      named getBlockParticle Lnet/minecraft/client/world/ClientWorld;getBlockParticle()Lnet/minecraft/block/Block;
      intermediary method_35752 Lnet/minecraft/class_638;method_35752()Lnet/minecraft/class_2248;
      official p Lfzf;p()Ldfy;
    • randomBlockDisplayTick

      public void randomBlockDisplayTick(int centerX, int centerY, int centerZ, int radius, Random random, @Nullable @Nullable Block block, BlockPos.Mutable pos)
      Mappings:
      Namespace Name Mixin selector
      named randomBlockDisplayTick Lnet/minecraft/client/world/ClientWorld;randomBlockDisplayTick(IIIILnet/minecraft/util/math/random/Random;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos$Mutable;)V
      intermediary method_2943 Lnet/minecraft/class_638;method_2943(IIIILnet/minecraft/class_5819;Lnet/minecraft/class_2248;Lnet/minecraft/class_2338$class_2339;)V
      official a Lfzf;a(IIIILayw;Ldfy;Ljd$a;)V
    • addParticle

      private void addParticle(BlockPos pos, BlockState state, ParticleEffect parameters, boolean solidBelow)
      Mappings:
      Namespace Name Mixin selector
      named addParticle Lnet/minecraft/client/world/ClientWorld;addParticle(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/particle/ParticleEffect;Z)V
      intermediary method_2938 Lnet/minecraft/class_638;method_2938(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2394;Z)V
      official a Lfzf;a(Ljd;Ldtc;Llk;Z)V
    • addParticle

      private void addParticle(BlockPos pos, ParticleEffect parameters, VoxelShape shape, double y)
      Mappings:
      Namespace Name Mixin selector
      named addParticle Lnet/minecraft/client/world/ClientWorld;addParticle(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/util/shape/VoxelShape;D)V
      intermediary method_2948 Lnet/minecraft/class_638;method_2948(Lnet/minecraft/class_2338;Lnet/minecraft/class_2394;Lnet/minecraft/class_265;D)V
      official a Lfzf;a(Ljd;Llk;Lexv;D)V
    • addParticle

      private void addParticle(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters)
      Mappings:
      Namespace Name Mixin selector
      named addParticle Lnet/minecraft/client/world/ClientWorld;addParticle(DDDDDLnet/minecraft/particle/ParticleEffect;)V
      intermediary method_2932 Lnet/minecraft/class_638;method_2932(DDDDDLnet/minecraft/class_2394;)V
      official a Lfzf;a(DDDDDLlk;)V
    • addDetailsToCrashReport

      public CrashReportSection addDetailsToCrashReport(CrashReport report)
      Overrides:
      addDetailsToCrashReport in class World
      Mappings:
      Namespace Name Mixin selector
      named addDetailsToCrashReport Lnet/minecraft/world/World;addDetailsToCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReportSection;
      intermediary method_8538 Lnet/minecraft/class_1937;method_8538(Lnet/minecraft/class_128;)Lnet/minecraft/class_129;
      official a Ldcw;a(Lo;)Lp;
    • playSound

      public void playSound(@Nullable @Nullable PlayerEntity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed)
      Specified by:
      playSound in class World
      Parameters:
      source - the player that caused the sound and therefore plays the sound directly in the client, or null
      Mappings:
      Namespace Name Mixin selector
      named playSound Lnet/minecraft/world/World;playSound(Lnet/minecraft/entity/player/PlayerEntity;DDDLnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
      intermediary method_8465 Lnet/minecraft/class_1937;method_8465(Lnet/minecraft/class_1657;DDDLnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)V
      official a Ldcw;a(Lcmx;DDDLjm;Lavq;FFJ)V
    • playSoundFromEntity

      public void playSoundFromEntity(@Nullable @Nullable PlayerEntity source, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed)
      Specified by:
      playSoundFromEntity in class World
      Parameters:
      source - the player that caused the sound and therefore plays the sound directly in the client, or null
      Mappings:
      Namespace Name Mixin selector
      named playSoundFromEntity Lnet/minecraft/world/World;playSoundFromEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
      intermediary method_8449 Lnet/minecraft/class_1937;method_8449(Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)V
      official a Ldcw;a(Lcmx;Lbsr;Ljm;Lavq;FFJ)V
    • playSoundFromEntity

      public void playSoundFromEntity(Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
      Overrides:
      playSoundFromEntity in class World
      Mappings:
      Namespace Name Mixin selector
      named playSoundFromEntity Lnet/minecraft/world/World;playSoundFromEntity(Lnet/minecraft/entity/Entity;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FF)V
      intermediary method_55116 Lnet/minecraft/class_1937;method_55116(Lnet/minecraft/class_1297;Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FF)V
      official a Ldcw;a(Lbsr;Lavo;Lavq;FF)V
    • playSound

      public void playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
      Overrides:
      playSound in class World
      Mappings:
      Namespace Name Mixin selector
      named playSound Lnet/minecraft/world/World;playSound(DDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFZ)V
      intermediary method_8486 Lnet/minecraft/class_1937;method_8486(DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFZ)V
      official a Ldcw;a(DDDLavo;Lavq;FFZ)V
    • playSound

      private void playSound(double x, double y, double z, SoundEvent event, SoundCategory category, float volume, float pitch, boolean useDistance, long seed)
      Mappings:
      Namespace Name Mixin selector
      named playSound Lnet/minecraft/client/world/ClientWorld;playSound(DDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFZJ)V
      intermediary method_43207 Lnet/minecraft/class_638;method_43207(DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFZJ)V
      official a Lfzf;a(DDDLavo;Lavq;FFZJ)V
    • addFireworkParticle

      public void addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<FireworkExplosionComponent> explosions)
      Overrides:
      addFireworkParticle in class World
      Mappings:
      Namespace Name Mixin selector
      named addFireworkParticle Lnet/minecraft/world/World;addFireworkParticle(DDDDDDLjava/util/List;)V
      intermediary method_8547 Lnet/minecraft/class_1937;method_8547(DDDDDDLjava/util/List;)V
      official a Ldcw;a(DDDDDDLjava/util/List;)V
    • sendPacket

      public void sendPacket(Packet<?> packet)
      Overrides:
      sendPacket in class World
      Mappings:
      Namespace Name Mixin selector
      named sendPacket Lnet/minecraft/world/World;sendPacket(Lnet/minecraft/network/packet/Packet;)V
      intermediary method_8522 Lnet/minecraft/class_1937;method_8522(Lnet/minecraft/class_2596;)V
      official a Ldcw;a(Lzg;)V
    • getRecipeManager

      public RecipeManager getRecipeManager()
      Specified by:
      getRecipeManager in class World
      Mappings:
      Namespace Name Mixin selector
      named getRecipeManager Lnet/minecraft/world/World;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
      intermediary method_8433 Lnet/minecraft/class_1937;method_8433()Lnet/minecraft/class_1863;
      official r Ldcw;r()Lczd;
    • getTickManager

      public TickManager getTickManager()
      Specified by:
      getTickManager in class World
      Mappings:
      Namespace Name Mixin selector
      named getTickManager Lnet/minecraft/world/World;getTickManager()Lnet/minecraft/world/tick/TickManager;
      intermediary method_54719 Lnet/minecraft/class_1937;method_54719()Lnet/minecraft/class_8921;
      official s Ldcw;s()Lbrc;
    • getBlockTickScheduler

      public QueryableTickScheduler<Block> getBlockTickScheduler()
      Mappings:
      Namespace Name Mixin selector
      named getBlockTickScheduler Lnet/minecraft/world/WorldAccess;getBlockTickScheduler()Lnet/minecraft/world/tick/QueryableTickScheduler;
      intermediary method_8397 Lnet/minecraft/class_1936;method_8397()Lnet/minecraft/class_6756;
      official P Ldcx;P()Leyp;
    • getFluidTickScheduler

      public QueryableTickScheduler<Fluid> getFluidTickScheduler()
      Mappings:
      Namespace Name Mixin selector
      named getFluidTickScheduler Lnet/minecraft/world/WorldAccess;getFluidTickScheduler()Lnet/minecraft/world/tick/QueryableTickScheduler;
      intermediary method_8405 Lnet/minecraft/class_1936;method_8405()Lnet/minecraft/class_6756;
      official O Ldcx;O()Leyp;
    • getChunkManager

      public ClientChunkManager getChunkManager()
      Mappings:
      Namespace Name Mixin selector
      named getChunkManager Lnet/minecraft/client/world/ClientWorld;getChunkManager()Lnet/minecraft/client/world/ClientChunkManager;
      intermediary method_2935 Lnet/minecraft/class_638;method_2935()Lnet/minecraft/class_631;
      official i Lfzf;i()Lfzb;
    • getMapState

      @Nullable public @Nullable MapState getMapState(MapIdComponent id)
      Specified by:
      getMapState in class World
      Mappings:
      Namespace Name Mixin selector
      named getMapState Lnet/minecraft/world/World;getMapState(Lnet/minecraft/component/type/MapIdComponent;)Lnet/minecraft/item/map/MapState;
      intermediary method_17891 Lnet/minecraft/class_1937;method_17891(Lnet/minecraft/class_9209;)Lnet/minecraft/class_22;
      official a Ldcw;a(Leqr;)Leqt;
    • putClientsideMapState

      public void putClientsideMapState(MapIdComponent id, MapState state)
      Mappings:
      Namespace Name Mixin selector
      named putClientsideMapState Lnet/minecraft/client/world/ClientWorld;putClientsideMapState(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)V
      intermediary method_47437 Lnet/minecraft/class_638;method_47437(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)V
      official b Lfzf;b(Leqr;Leqt;)V
    • putMapState

      public void putMapState(MapIdComponent id, MapState state)
      Specified by:
      putMapState in class World
      Mappings:
      Namespace Name Mixin selector
      named putMapState Lnet/minecraft/world/World;putMapState(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)V
      intermediary method_17890 Lnet/minecraft/class_1937;method_17890(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)V
      official a Ldcw;a(Leqr;Leqt;)V
    • increaseAndGetMapId

      public MapIdComponent increaseAndGetMapId()
      Specified by:
      increaseAndGetMapId in class World
      Mappings:
      Namespace Name Mixin selector
      named increaseAndGetMapId Lnet/minecraft/world/World;increaseAndGetMapId()Lnet/minecraft/component/type/MapIdComponent;
      intermediary method_17889 Lnet/minecraft/class_1937;method_17889()Lnet/minecraft/class_9209;
      official v Ldcw;v()Leqr;
    • getScoreboard

      public Scoreboard getScoreboard()
      Specified by:
      getScoreboard in class World
      Mappings:
      Namespace Name Mixin selector
      named getScoreboard Lnet/minecraft/world/World;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
      intermediary method_8428 Lnet/minecraft/class_1937;method_8428()Lnet/minecraft/class_269;
      official M Ldcw;M()Leyg;
    • updateListeners

      public void updateListeners(BlockPos pos, BlockState oldState, BlockState newState, int flags)
      Specified by:
      updateListeners in class World
      Mappings:
      Namespace Name Mixin selector
      named updateListeners Lnet/minecraft/world/World;updateListeners(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
      intermediary method_8413 Lnet/minecraft/class_1937;method_8413(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;I)V
      official a Ldcw;a(Ljd;Ldtc;Ldtc;I)V
    • scheduleBlockRerenderIfNeeded

      public void scheduleBlockRerenderIfNeeded(BlockPos pos, BlockState old, BlockState updated)
      Overrides:
      scheduleBlockRerenderIfNeeded in class World
      Mappings:
      Namespace Name Mixin selector
      named scheduleBlockRerenderIfNeeded Lnet/minecraft/world/World;scheduleBlockRerenderIfNeeded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
      intermediary method_16109 Lnet/minecraft/class_1937;method_16109(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)V
      official b Ldcw;b(Ljd;Ldtc;Ldtc;)V
    • scheduleBlockRenders

      public void scheduleBlockRenders(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      named scheduleBlockRenders Lnet/minecraft/client/world/ClientWorld;scheduleBlockRenders(III)V
      intermediary method_18113 Lnet/minecraft/class_638;method_18113(III)V
      official c Lfzf;c(III)V
    • setBlockBreakingInfo

      public void setBlockBreakingInfo(int entityId, BlockPos pos, int progress)
      Specified by:
      setBlockBreakingInfo in class World
      Mappings:
      Namespace Name Mixin selector
      named setBlockBreakingInfo Lnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
      intermediary method_8517 Lnet/minecraft/class_1937;method_8517(ILnet/minecraft/class_2338;I)V
      official a Ldcw;a(ILjd;I)V
    • syncGlobalEvent

      public void syncGlobalEvent(int eventId, BlockPos pos, int data)
      Overrides:
      syncGlobalEvent in class World
      Mappings:
      Namespace Name Mixin selector
      named syncGlobalEvent Lnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
      intermediary method_8474 Lnet/minecraft/class_1937;method_8474(ILnet/minecraft/class_2338;I)V
      official b Ldcw;b(ILjd;I)V
    • syncWorldEvent

      public void syncWorldEvent(@Nullable @Nullable PlayerEntity player, int eventId, BlockPos pos, int data)
      Mappings:
      Namespace Name Mixin selector
      named syncWorldEvent Lnet/minecraft/world/WorldAccess;syncWorldEvent(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
      intermediary method_8444 Lnet/minecraft/class_1936;method_8444(Lnet/minecraft/class_1657;ILnet/minecraft/class_2338;I)V
      official a Ldcx;a(Lcmx;ILjd;I)V
    • addParticle

      public void addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Specified by:
      addParticle in interface WorldAccess
      Overrides:
      addParticle in class World
      Mappings:
      Namespace Name Mixin selector
      named addParticle Lnet/minecraft/world/WorldAccess;addParticle(Lnet/minecraft/particle/ParticleEffect;DDDDDD)V
      intermediary method_8406 Lnet/minecraft/class_1936;method_8406(Lnet/minecraft/class_2394;DDDDDD)V
      official a Ldcx;a(Llk;DDDDDD)V
    • addParticle

      public void addParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Overrides:
      addParticle in class World
      Mappings:
      Namespace Name Mixin selector
      named addParticle Lnet/minecraft/world/World;addParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
      intermediary method_8466 Lnet/minecraft/class_1937;method_8466(Lnet/minecraft/class_2394;ZDDDDDD)V
      official a Ldcw;a(Llk;ZDDDDDD)V
    • addImportantParticle

      public void addImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Overrides:
      addImportantParticle in class World
      Mappings:
      Namespace Name Mixin selector
      named addImportantParticle Lnet/minecraft/world/World;addImportantParticle(Lnet/minecraft/particle/ParticleEffect;DDDDDD)V
      intermediary method_8494 Lnet/minecraft/class_1937;method_8494(Lnet/minecraft/class_2394;DDDDDD)V
      official b Ldcw;b(Llk;DDDDDD)V
    • addImportantParticle

      public void addImportantParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Overrides:
      addImportantParticle in class World
      Mappings:
      Namespace Name Mixin selector
      named addImportantParticle Lnet/minecraft/world/World;addImportantParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
      intermediary method_17452 Lnet/minecraft/class_1937;method_17452(Lnet/minecraft/class_2394;ZDDDDDD)V
      official b Ldcw;b(Llk;ZDDDDDD)V
    • getPlayers

      public List<AbstractClientPlayerEntity> getPlayers()
      Mappings:
      Namespace Name Mixin selector
      named getPlayers Lnet/minecraft/world/EntityView;getPlayers()Ljava/util/List;
      intermediary method_18456 Lnet/minecraft/class_1924;method_18456()Ljava/util/List;
      official x Ldcn;x()Ljava/util/List;
    • getGeneratorStoredBiome

      public RegistryEntry<Biome> getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ)
      Mappings:
      Namespace Name Mixin selector
      named getGeneratorStoredBiome Lnet/minecraft/world/WorldView;getGeneratorStoredBiome(III)Lnet/minecraft/registry/entry/RegistryEntry;
      intermediary method_22387 Lnet/minecraft/class_4538;method_22387(III)Lnet/minecraft/class_6880;
      official a Ldcz;a(III)Ljm;
    • getSkyBrightness

      public float getSkyBrightness(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      named getSkyBrightness Lnet/minecraft/client/world/ClientWorld;getSkyBrightness(F)F
      intermediary method_23783 Lnet/minecraft/class_638;method_23783(F)F
      official g Lfzf;g(F)F
    • getSkyColor

      public Vec3d getSkyColor(Vec3d cameraPos, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      named getSkyColor Lnet/minecraft/client/world/ClientWorld;getSkyColor(Lnet/minecraft/util/math/Vec3d;F)Lnet/minecraft/util/math/Vec3d;
      intermediary method_23777 Lnet/minecraft/class_638;method_23777(Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;
      official a Lfzf;a(Lexc;F)Lexc;
    • getCloudsColor

      public Vec3d getCloudsColor(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      named getCloudsColor Lnet/minecraft/client/world/ClientWorld;getCloudsColor(F)Lnet/minecraft/util/math/Vec3d;
      intermediary method_23785 Lnet/minecraft/class_638;method_23785(F)Lnet/minecraft/class_243;
      official h Lfzf;h(F)Lexc;
    • getStarBrightness

      public float getStarBrightness(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      named getStarBrightness Lnet/minecraft/client/world/ClientWorld;getStarBrightness(F)F
      intermediary method_23787 Lnet/minecraft/class_638;method_23787(F)F
      official i Lfzf;i(F)F
    • getLightningTicksLeft

      public int getLightningTicksLeft()
      Mappings:
      Namespace Name Mixin selector
      named getLightningTicksLeft Lnet/minecraft/client/world/ClientWorld;getLightningTicksLeft()I
      intermediary method_23789 Lnet/minecraft/class_638;method_23789()I
      official j Lfzf;j()I
    • setLightningTicksLeft

      public void setLightningTicksLeft(int lightningTicksLeft)
      Overrides:
      setLightningTicksLeft in class World
      Mappings:
      Namespace Name Mixin selector
      named setLightningTicksLeft Lnet/minecraft/world/World;setLightningTicksLeft(I)V
      intermediary method_8509 Lnet/minecraft/class_1937;method_8509(I)V
      official c Ldcw;c(I)V
    • getBrightness

      public float getBrightness(Direction direction, boolean shaded)
      Mappings:
      Namespace Name Mixin selector
      named getBrightness Lnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)F
      intermediary method_24852 Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)F
      official a Ldbz;a(Lji;Z)F
    • getColor

      public int getColor(BlockPos pos, ColorResolver colorResolver)
      Mappings:
      Namespace Name Mixin selector
      named getColor Lnet/minecraft/world/BlockRenderView;getColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
      intermediary method_23752 Lnet/minecraft/class_1920;method_23752(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)I
      official a Ldbz;a(Ljd;Ldch;)I
    • calculateColor

      public int calculateColor(BlockPos pos, ColorResolver colorResolver)
      Mappings:
      Namespace Name Mixin selector
      named calculateColor Lnet/minecraft/client/world/ClientWorld;calculateColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
      intermediary method_23780 Lnet/minecraft/class_638;method_23780(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)I
      official b Lfzf;b(Ljd;Ldch;)I
    • setSpawnPos

      public void setSpawnPos(BlockPos pos, float angle)
      Mappings:
      Namespace Name Mixin selector
      named setSpawnPos Lnet/minecraft/client/world/ClientWorld;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
      intermediary method_27873 Lnet/minecraft/class_638;method_27873(Lnet/minecraft/class_2338;F)V
      official a Lfzf;a(Ljd;F)V
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLevelProperties

      public ClientWorld.Properties getLevelProperties()
      Specified by:
      getLevelProperties in interface WorldAccess
      Overrides:
      getLevelProperties in class World
      Mappings:
      Namespace Name Mixin selector
      named getLevelProperties Lnet/minecraft/client/world/ClientWorld;getLevelProperties()Lnet/minecraft/client/world/ClientWorld$Properties;
      intermediary method_28104 Lnet/minecraft/class_638;method_28104()Lnet/minecraft/class_638$class_5271;
      official k Lfzf;k()Lfzf$a;
    • emitGameEvent

      public void emitGameEvent(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter)
      Emits a game event.
      Mappings:
      Namespace Name Mixin selector
      named emitGameEvent Lnet/minecraft/world/WorldAccess;emitGameEvent(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/event/GameEvent$Emitter;)V
      intermediary method_32888 Lnet/minecraft/class_1936;method_32888(Lnet/minecraft/class_6880;Lnet/minecraft/class_243;Lnet/minecraft/class_5712$class_7397;)V
      official a Ldcx;a(Ljm;Lexc;Ldxz$a;)V
    • getMapStates

      protected Map<MapIdComponent,MapState> getMapStates()
      Mappings:
      Namespace Name Mixin selector
      named getMapStates Lnet/minecraft/client/world/ClientWorld;getMapStates()Ljava/util/Map;
      intermediary method_35754 Lnet/minecraft/class_638;method_35754()Ljava/util/Map;
      official l Lfzf;l()Ljava/util/Map;
    • putMapStates

      protected void putMapStates(Map<MapIdComponent,MapState> mapStates)
      Mappings:
      Namespace Name Mixin selector
      named putMapStates Lnet/minecraft/client/world/ClientWorld;putMapStates(Ljava/util/Map;)V
      intermediary method_35753 Lnet/minecraft/class_638;method_35753(Ljava/util/Map;)V
      official a Lfzf;a(Ljava/util/Map;)V
    • getEntityLookup

      protected EntityLookup<Entity> getEntityLookup()
      Specified by:
      getEntityLookup in class World
      Mappings:
      Namespace Name Mixin selector
      named getEntityLookup Lnet/minecraft/world/World;getEntityLookup()Lnet/minecraft/world/entity/EntityLookup;
      intermediary method_31592 Lnet/minecraft/class_1937;method_31592()Lnet/minecraft/class_5577;
      official G Ldcw;G()Ldxp;
    • asString

      public String asString()
      Specified by:
      asString in class World
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/world/World;asString()Ljava/lang/String;
      intermediary method_31419 Lnet/minecraft/class_1937;method_31419()Ljava/lang/String;
      official I Ldcw;I()Ljava/lang/String;
    • addBlockBreakParticles

      public void addBlockBreakParticles(BlockPos pos, BlockState state)
      Overrides:
      addBlockBreakParticles in class World
      Mappings:
      Namespace Name Mixin selector
      named addBlockBreakParticles Lnet/minecraft/world/World;addBlockBreakParticles(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
      intermediary method_31595 Lnet/minecraft/class_1937;method_31595(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
      official a Ldcw;a(Ljd;Ldtc;)V
    • setSimulationDistance

      public void setSimulationDistance(int simulationDistance)
      Mappings:
      Namespace Name Mixin selector
      named setSimulationDistance Lnet/minecraft/client/world/ClientWorld;setSimulationDistance(I)V
      intermediary method_39023 Lnet/minecraft/class_638;method_39023(I)V
      official h Lfzf;h(I)V
    • getSimulationDistance

      public int getSimulationDistance()
      Mappings:
      Namespace Name Mixin selector
      named getSimulationDistance Lnet/minecraft/client/world/ClientWorld;getSimulationDistance()I
      intermediary method_39024 Lnet/minecraft/class_638;method_39024()I
      official m Lfzf;m()I
    • getEnabledFeatures

      public FeatureSet getEnabledFeatures()
      Mappings:
      Namespace Name Mixin selector
      named getEnabledFeatures Lnet/minecraft/world/WorldView;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
      intermediary method_45162 Lnet/minecraft/class_4538;method_45162()Lnet/minecraft/class_7699;
      official J Ldcz;J()Lcpl;
    • getBrewingRecipeRegistry

      public BrewingRecipeRegistry getBrewingRecipeRegistry()
      Specified by:
      getBrewingRecipeRegistry in class World
      Mappings:
      Namespace Name Mixin selector
      named getBrewingRecipeRegistry Lnet/minecraft/world/World;getBrewingRecipeRegistry()Lnet/minecraft/recipe/BrewingRecipeRegistry;
      intermediary method_59547 Lnet/minecraft/class_1937;method_59547()Lnet/minecraft/class_1845;
      official K Ldcw;K()Lcwt;