Package net.minecraft.client.world
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
,RegistryWorldView
,TestableWorld
,WorldAccess
,WorldView
- Mappings:
Namespace Name official fdj
intermediary net/minecraft/class_638
named net/minecraft/client/world/ClientWorld
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate final class
static class
Nested classes/interfaces inherited from class net.minecraft.world.World
World.ExplosionSourceType
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ClientChunkManager
private final MinecraftClient
private final ClientWorld.Properties
private final Object2ObjectArrayMap<ColorResolver,
BiomeColorCache> private final DimensionEffects
(package private) final EntityList
private final ClientEntityManager<Entity>
private static final long
private static final int
private static final int
private int
private static final Logger
private final ClientPlayNetworkHandler
private static final double
A minor offset applied when spawning particles.private final PendingUpdateManager
(package private) final List<AbstractClientPlayerEntity>
private Scoreboard
private int
private final WorldRenderer
Fields inherited from class net.minecraft.world.World
blockEntityTickers, CODEC, END, field_30967, field_30968, field_30969, HORIZONTAL_LIMIT, isClient, lcgBlockSeed, lcgBlockSeedIncrement, MAX_UPDATE_DEPTH, MAX_Y, MIN_Y, neighborUpdater, NETHER, OVERWORLD, properties, rainGradient, rainGradientPrev, random, thunderGradient, thunderGradientPrev
-
Constructor Summary
ConstructorDescriptionClientWorld
(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBlockBreakParticles
(BlockPos pos, BlockState state) addDetailsToCrashReport
(CrashReport report) void
private void
addEntityPrivate
(int id, Entity entity) void
addFireworkParticle
(double x, double y, double z, double velocityX, double velocityY, double velocityZ, @Nullable NbtCompound nbt) void
addImportantParticle
(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) void
addImportantParticle
(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) private void
addParticle
(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters) void
addParticle
(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) void
addParticle
(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) private void
addParticle
(BlockPos pos, BlockState state, ParticleEffect parameters, boolean solidBelow) private void
addParticle
(BlockPos pos, ParticleEffect parameters, VoxelShape shape, double y) void
addPlayer
(int id, AbstractClientPlayerEntity player) asString()
int
calculateColor
(BlockPos pos, ColorResolver colorResolver) void
void
doRandomBlockDisplayTicks
(int centerX, int centerY, int centerZ) void
emitGameEvent
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.void
enqueueChunkUpdate
(Runnable updater) float
getBrightness
(Direction direction, boolean shaded) getCloudsColor
(float tickDelta) int
getColor
(BlockPos pos, ColorResolver colorResolver) getEntityById
(int id) Returns the entity using the entity ID, ornull
if none was found.protected EntityLookup<Entity>
getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) int
getMapState
(String id) int
(package private) PendingUpdateManager
int
int
float
getSkyBrightness
(float tickDelta) getSkyColor
(Vec3d cameraPos, float tickDelta) void
handleBlockUpdate
(BlockPos pos, BlockState state, int flags) void
handlePlayerActionResponse
(int sequence) boolean
boolean
isChunkLoaded
(int chunkX, int chunkZ) void
markChunkRenderability
(int chunkX, int chunkZ) float
method_23787
(float float2) void
playSound
(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance) private void
playSound
(double x, double y, double z, SoundEvent event, SoundCategory category, float volume, float pitch, boolean useDistance, long seed) void
playSound
(@Nullable PlayerEntity except, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) void
playSoundFromEntity
(@Nullable PlayerEntity except, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) void
processPendingUpdate
(BlockPos pos, BlockState state, Vec3d playerPos) void
putClientsideMapState
(String id, MapState state) void
putMapState
(String id, MapState state) protected void
putMapStates
(Map<String, MapState> mapStates) void
randomBlockDisplayTick
(int centerX, int centerY, int centerZ, int radius, Random random, @Nullable Block block, BlockPos.Mutable pos) void
void
removeEntity
(int entityId, Entity.RemovalReason removalReason) void
resetChunkColor
(ChunkPos chunkPos) void
void
scheduleBlockRenders
(int x, int y, int z) void
scheduleBlockRerenderIfNeeded
(BlockPos pos, BlockState old, BlockState updated) void
sendPacket
(Packet<?> packet) void
setBlockBreakingInfo
(int entityId, BlockPos pos, int progress) boolean
setBlockState
(BlockPos pos, BlockState state, int flags, int maxUpdateDepth) Updates the block state at a position, calling appropriate callbacks.void
setLightningTicksLeft
(int lightningTicksLeft) void
setScoreboard
(Scoreboard scoreboard) void
setSimulationDistance
(int simulationDistance) void
setSpawnPos
(BlockPos pos, float angle) void
setTime
(long time) void
setTimeOfDay
(long timeOfDay) boolean
shouldUpdatePostDeath
(Entity entity) void
syncGlobalEvent
(int eventId, BlockPos pos, int data) void
syncWorldEvent
(@Nullable PlayerEntity player, int eventId, BlockPos pos, int data) void
tick
(BooleanSupplier shouldKeepTicking) void
void
tickEntity
(Entity entity) private void
tickPassenger
(Entity entity, Entity passenger) private void
tickTime()
toString()
void
unloadBlockEntities
(WorldChunk chunk) void
updateListeners
(BlockPos pos, BlockState oldState, BlockState newState, int flags) Methods inherited from class net.minecraft.world.World
addBlockEntity, addBlockEntityTicker, addSyncedBlockEvent, breakBlock, calculateAmbientDarkness, canPlayerModifyAt, canSetBlock, close, collectEntitiesByType, collectEntitiesByType, createExplosion, createExplosion, createExplosion, createExplosion, createExplosion, getAmbientDarkness, getBiomeAccess, getBlockEntity, getBlockState, getChunk, getChunk, getChunkAsView, getDamageSources, getDimension, getDimensionEntry, getDimensionKey, getEmittedRedstonePower, getEntitiesByType, getFluidState, getGameRules, getLightingProvider, getLocalDifficulty, getOtherEntities, getProfiler, getProfilerSupplier, getRainGradient, getRandom, getRandomPosInChunk, getReceivedRedstonePower, getReceivedStrongRedstonePower, getRegistryKey, getRegistryManager, getSeaLevel, getServer, getSkyAngleRadians, getSpawnAngle, getSpawnPos, getThunderGradient, getTickOrder, getTime, getTimeOfDay, getTopY, getWorldBorder, getWorldChunk, hasRain, initWeatherGradients, isClient, isDay, isDebugWorld, isDirectionSolid, isEmittingRedstonePower, isInBuildLimit, isNight, isRaining, isReceivingRedstonePower, isSavingDisabled, isThundering, isTopSolid, isValid, markDirty, onBlockChanged, playSound, playSound, playSound, playSound, playSoundAtBlockCenter, playSoundFromEntity, removeBlock, removeBlockEntity, replaceWithStateForNeighborUpdate, sendEntityDamage, sendEntityStatus, setBlockState, setBlockState, setMobSpawnOptions, setRainGradient, setThunderGradient, shouldTickBlockPos, shouldTickBlocksInChunk, testBlockState, testFluidState, tickBlockEntities, tickEntity, updateComparators, updateNeighbor, updateNeighbor, updateNeighborsAlways, updateNeighborsExcept
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getLightLevel, isSkyVisible
Methods inherited from interface net.minecraft.world.BlockView
getDismountHeight, getDismountHeight, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlock
Methods inherited from interface net.minecraft.world.CollisionView
canCollide, canPlace, doesNotIntersectEntities, doesNotIntersectEntities, findClosestCollision, getBlockCollisions, getCollisions, getEntityCollisions, isSpaceEmpty, isSpaceEmpty, isSpaceEmpty
Methods inherited from interface net.minecraft.world.EntityView
getClosestEntity, getClosestEntity, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getEntitiesByClass, getNonSpectatingEntities, getOtherEntities, getPlayerByUuid, getPlayers, getTargets, isPlayerInRange
Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
Methods inherited from interface net.minecraft.world.LunarWorldView
getMoonPhase, getMoonSize, getSkyAngle
Methods inherited from interface net.minecraft.world.ModifiableWorld
breakBlock, breakBlock, spawnEntity
Methods inherited from interface net.minecraft.world.RegistryWorldView
doesNotIntersectEntities, getBlockEntity, getEntityCollisions, getTopPosition
Methods inherited from interface net.minecraft.world.WorldAccess
emitGameEvent, emitGameEvent, emitGameEvent, getDifficulty, getLunarTime, playSound, scheduleBlockTick, scheduleBlockTick, scheduleFluidTick, scheduleFluidTick, syncWorldEvent, updateNeighbors
Methods inherited from interface net.minecraft.world.WorldView
containsFluid, createCommandRegistryWrapper, getBiome, getBiomeForNoiseGen, getBottomY, getBrightness, getChunk, getChunk, getHeight, getLightLevel, getLightLevel, getPhototaxisFavor, getStatesInBoxIfLoaded, getStrongRedstonePower, isAir, isChunkLoaded, isPosLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a:Lorg/slf4j/Logger;
intermediary field_37952
Lnet/minecraft/class_638;field_37952:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/world/ClientWorld;LOGGER:Lorg/slf4j/Logger;
-
PARTICLE_Y_OFFSET
private static final double PARTICLE_Y_OFFSETA minor offset applied when spawning particles.- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lfdj;b:D
intermediary field_32641
Lnet/minecraft/class_638;field_32641:D
named PARTICLE_Y_OFFSET
Lnet/minecraft/client/world/ClientWorld;PARTICLE_Y_OFFSET:D
-
field_34805
private static final int field_34805- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lfdj;c:I
intermediary field_34805
Lnet/minecraft/class_638;field_34805:I
named field_34805
Lnet/minecraft/client/world/ClientWorld;field_34805:I
-
field_34806
private static final int field_34806- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lfdj;d:I
intermediary field_34806
Lnet/minecraft/class_638;field_34806:I
named field_34806
Lnet/minecraft/client/world/ClientWorld;field_34806:I
-
field_32640
private static final long field_32640- See Also:
- Mappings:
Namespace Name Mixin selector official K
Lfdj;K:J
intermediary field_32640
Lnet/minecraft/class_638;field_32640:J
named field_32640
Lnet/minecraft/client/world/ClientWorld;field_32640:J
-
BLOCK_MARKER_ITEMS
- Mappings:
Namespace Name Mixin selector official R
Lfdj;R:Ljava/util/Set;
intermediary field_35432
Lnet/minecraft/class_638;field_35432:Ljava/util/Set;
named BLOCK_MARKER_ITEMS
Lnet/minecraft/client/world/ClientWorld;BLOCK_MARKER_ITEMS:Ljava/util/Set;
-
entityList
- Mappings:
Namespace Name Mixin selector official e
Lfdj;e:Ldfn;
intermediary field_27733
Lnet/minecraft/class_638;field_27733:Lnet/minecraft/class_5574;
named entityList
Lnet/minecraft/client/world/ClientWorld;entityList:Lnet/minecraft/world/EntityList;
-
entityManager
- Mappings:
Namespace Name Mixin selector official f
Lfdj;f:Ldft;
intermediary field_27734
Lnet/minecraft/class_638;field_27734:Lnet/minecraft/class_5582;
named entityManager
Lnet/minecraft/client/world/ClientWorld;entityManager:Lnet/minecraft/client/world/ClientEntityManager;
-
networkHandler
- Mappings:
Namespace Name Mixin selector official C
Lfdj;C:Lfdk;
intermediary field_3727
Lnet/minecraft/class_638;field_3727:Lnet/minecraft/class_634;
named networkHandler
Lnet/minecraft/client/world/ClientWorld;networkHandler:Lnet/minecraft/client/network/ClientPlayNetworkHandler;
-
worldRenderer
- Mappings:
Namespace Name Mixin selector official D
Lfdj;D:Lfie;
intermediary field_17780
Lnet/minecraft/class_638;field_17780:Lnet/minecraft/class_761;
named worldRenderer
Lnet/minecraft/client/world/ClientWorld;worldRenderer:Lnet/minecraft/client/render/WorldRenderer;
-
clientWorldProperties
- Mappings:
Namespace Name Mixin selector official E
Lfdj;E:Lfdj$a;
intermediary field_24430
Lnet/minecraft/class_638;field_24430:Lnet/minecraft/class_638$class_5271;
named clientWorldProperties
Lnet/minecraft/client/world/ClientWorld;clientWorldProperties:Lnet/minecraft/client/world/ClientWorld$Properties;
-
dimensionEffects
- Mappings:
Namespace Name Mixin selector official F
Lfdj;F:Lfhv;
intermediary field_24606
Lnet/minecraft/class_638;field_24606:Lnet/minecraft/class_5294;
named dimensionEffects
Lnet/minecraft/client/world/ClientWorld;dimensionEffects:Lnet/minecraft/client/render/DimensionEffects;
-
client
- Mappings:
Namespace Name Mixin selector official G
Lfdj;G:Lemh;
intermediary field_3729
Lnet/minecraft/class_638;field_3729:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/world/ClientWorld;client:Lnet/minecraft/client/MinecraftClient;
-
players
- Mappings:
Namespace Name Mixin selector official H
Lfdj;H:Ljava/util/List;
intermediary field_18226
Lnet/minecraft/class_638;field_18226:Ljava/util/List;
named players
Lnet/minecraft/client/world/ClientWorld;players:Ljava/util/List;
-
scoreboard
- Mappings:
Namespace Name Mixin selector official I
Lfdj;I:Leec;
intermediary field_3733
Lnet/minecraft/class_638;field_3733:Lnet/minecraft/class_269;
named scoreboard
Lnet/minecraft/client/world/ClientWorld;scoreboard:Lnet/minecraft/scoreboard/Scoreboard;
-
mapStates
- Mappings:
Namespace Name Mixin selector official J
Lfdj;J:Ljava/util/Map;
intermediary field_17675
Lnet/minecraft/class_638;field_17675:Ljava/util/Map;
named mapStates
Lnet/minecraft/client/world/ClientWorld;mapStates:Ljava/util/Map;
-
lightningTicksLeft
private int lightningTicksLeft- Mappings:
Namespace Name Mixin selector official L
Lfdj;L:I
intermediary field_21526
Lnet/minecraft/class_638;field_21526:I
named lightningTicksLeft
Lnet/minecraft/client/world/ClientWorld;lightningTicksLeft:I
-
colorCache
- Mappings:
Namespace Name Mixin selector official M
Lfdj;M:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
intermediary field_21527
Lnet/minecraft/class_638;field_21527:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
named colorCache
Lnet/minecraft/client/world/ClientWorld;colorCache:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
-
chunkManager
- Mappings:
Namespace Name Mixin selector official N
Lfdj;N:Lfdh;
intermediary field_24605
Lnet/minecraft/class_638;field_24605:Lnet/minecraft/class_631;
named chunkManager
Lnet/minecraft/client/world/ClientWorld;chunkManager:Lnet/minecraft/client/world/ClientChunkManager;
-
chunkUpdaters
- Mappings:
Namespace Name Mixin selector official O
Lfdj;O:Ljava/util/Deque;
intermediary field_34804
Lnet/minecraft/class_638;field_34804:Ljava/util/Deque;
named chunkUpdaters
Lnet/minecraft/client/world/ClientWorld;chunkUpdaters:Ljava/util/Deque;
-
simulationDistance
private int simulationDistance- Mappings:
Namespace Name Mixin selector official P
Lfdj;P:I
intermediary field_35163
Lnet/minecraft/class_638;field_35163:I
named simulationDistance
Lnet/minecraft/client/world/ClientWorld;simulationDistance:I
-
pendingUpdateManager
- Mappings:
Namespace Name Mixin selector official Q
Lfdj;Q:Lfei;
intermediary field_37951
Lnet/minecraft/class_638;field_37951:Lnet/minecraft/class_7202;
named pendingUpdateManager
Lnet/minecraft/client/world/ClientWorld;pendingUpdateManager:Lnet/minecraft/client/network/PendingUpdateManager;
-
-
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 official <init>
Lfdj;<init>(Lfdk;Lfdj$a;Ladc;Lhd;IILjava/util/function/Supplier;Lfie;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
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
-
-
Method Details
-
handlePlayerActionResponse
public void handlePlayerActionResponse(int sequence) - Mappings:
Namespace Name Mixin selector official b
Lfdj;b(I)V
intermediary method_41927
Lnet/minecraft/class_638;method_41927(I)V
named handlePlayerActionResponse
Lnet/minecraft/client/world/ClientWorld;handlePlayerActionResponse(I)V
-
handleBlockUpdate
- Mappings:
Namespace Name Mixin selector official b
Lfdj;b(Lgt;Ldbq;I)V
intermediary method_41928
Lnet/minecraft/class_638;method_41928(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;I)V
named handleBlockUpdate
Lnet/minecraft/client/world/ClientWorld;handleBlockUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)V
-
processPendingUpdate
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lgt;Ldbq;Lede;)V
intermediary method_41926
Lnet/minecraft/class_638;method_41926(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_243;)V
named processPendingUpdate
Lnet/minecraft/client/world/ClientWorld;processPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;)V
-
getPendingUpdateManager
PendingUpdateManager getPendingUpdateManager()- Mappings:
Namespace Name Mixin selector official a
Lfdj;a()Lfei;
intermediary method_41925
Lnet/minecraft/class_638;method_41925()Lnet/minecraft/class_7202;
named getPendingUpdateManager
Lnet/minecraft/client/world/ClientWorld;getPendingUpdateManager()Lnet/minecraft/client/network/PendingUpdateManager;
-
setBlockState
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
ModifiableWorld.setBlockState(BlockPos, BlockState, int)
for a list of accepted flags.- Specified by:
setBlockState
in interfaceModifiableWorld
- Overrides:
setBlockState
in classWorld
- Parameters:
pos
- the target positionstate
- the block state to setflags
- the bitwise flag combination, as described abovemaxUpdateDepth
- the limit for the cascading block updates- Mappings:
Namespace Name Mixin selector official a
Lcmq;a(Lgt;Ldbq;II)Z
intermediary method_30092
Lnet/minecraft/class_1945;method_30092(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;II)Z
named setBlockState
Lnet/minecraft/world/ModifiableWorld;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;II)Z
-
enqueueChunkUpdate
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Ljava/lang/Runnable;)V
intermediary method_38536
Lnet/minecraft/class_638;method_38536(Ljava/lang/Runnable;)V
named enqueueChunkUpdate
Lnet/minecraft/client/world/ClientWorld;enqueueChunkUpdate(Ljava/lang/Runnable;)V
-
runQueuedChunkUpdates
public void runQueuedChunkUpdates()- Mappings:
Namespace Name Mixin selector official b
Lfdj;b()V
intermediary method_38534
Lnet/minecraft/class_638;method_38534()V
named runQueuedChunkUpdates
Lnet/minecraft/client/world/ClientWorld;runQueuedChunkUpdates()V
-
hasNoChunkUpdaters
public boolean hasNoChunkUpdaters()- Mappings:
Namespace Name Mixin selector official c
Lfdj;c()Z
intermediary method_38743
Lnet/minecraft/class_638;method_38743()Z
named hasNoChunkUpdaters
Lnet/minecraft/client/world/ClientWorld;hasNoChunkUpdaters()Z
-
getDimensionEffects
- Mappings:
Namespace Name Mixin selector official d
Lfdj;d()Lfhv;
intermediary method_28103
Lnet/minecraft/class_638;method_28103()Lnet/minecraft/class_5294;
named getDimensionEffects
Lnet/minecraft/client/world/ClientWorld;getDimensionEffects()Lnet/minecraft/client/render/DimensionEffects;
-
tick
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Ljava/util/function/BooleanSupplier;)V
intermediary method_8441
Lnet/minecraft/class_638;method_8441(Ljava/util/function/BooleanSupplier;)V
named tick
Lnet/minecraft/client/world/ClientWorld;tick(Ljava/util/function/BooleanSupplier;)V
-
tickTime
private void tickTime()- Mappings:
Namespace Name Mixin selector official o
Lfdj;o()V
intermediary method_29090
Lnet/minecraft/class_638;method_29090()V
named tickTime
Lnet/minecraft/client/world/ClientWorld;tickTime()V
-
setTime
public void setTime(long time) - Mappings:
Namespace Name Mixin selector official b
Lfdj;b(J)V
intermediary method_29089
Lnet/minecraft/class_638;method_29089(J)V
named setTime
Lnet/minecraft/client/world/ClientWorld;setTime(J)V
-
setTimeOfDay
public void setTimeOfDay(long timeOfDay) - Mappings:
Namespace Name Mixin selector official c
Lfdj;c(J)V
intermediary method_8435
Lnet/minecraft/class_638;method_8435(J)V
named setTimeOfDay
Lnet/minecraft/client/world/ClientWorld;setTimeOfDay(J)V
-
getEntities
- Mappings:
Namespace Name Mixin selector official e
Lfdj;e()Ljava/lang/Iterable;
intermediary method_18112
Lnet/minecraft/class_638;method_18112()Ljava/lang/Iterable;
named getEntities
Lnet/minecraft/client/world/ClientWorld;getEntities()Ljava/lang/Iterable;
-
tickEntities
public void tickEntities()- Mappings:
Namespace Name Mixin selector official f
Lfdj;f()V
intermediary method_18116
Lnet/minecraft/class_638;method_18116()V
named tickEntities
Lnet/minecraft/client/world/ClientWorld;tickEntities()V
-
shouldUpdatePostDeath
- Overrides:
shouldUpdatePostDeath
in classWorld
- Mappings:
Namespace Name Mixin selector official h
Lcmi;h(Lbfh;)Z
intermediary method_38989
Lnet/minecraft/class_1937;method_38989(Lnet/minecraft/class_1297;)Z
named shouldUpdatePostDeath
Lnet/minecraft/world/World;shouldUpdatePostDeath(Lnet/minecraft/entity/Entity;)Z
-
tickEntity
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lbfh;)V
intermediary method_18646
Lnet/minecraft/class_638;method_18646(Lnet/minecraft/class_1297;)V
named tickEntity
Lnet/minecraft/client/world/ClientWorld;tickEntity(Lnet/minecraft/entity/Entity;)V
-
tickPassenger
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lbfh;Lbfh;)V
intermediary method_18647
Lnet/minecraft/class_638;method_18647(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)V
named tickPassenger
Lnet/minecraft/client/world/ClientWorld;tickPassenger(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)V
-
unloadBlockEntities
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lddy;)V
intermediary method_18110
Lnet/minecraft/class_638;method_18110(Lnet/minecraft/class_2818;)V
named unloadBlockEntities
Lnet/minecraft/client/world/ClientWorld;unloadBlockEntities(Lnet/minecraft/world/chunk/WorldChunk;)V
-
resetChunkColor
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lclp;)V
intermediary method_23782
Lnet/minecraft/class_638;method_23782(Lnet/minecraft/class_1923;)V
named resetChunkColor
Lnet/minecraft/client/world/ClientWorld;resetChunkColor(Lnet/minecraft/util/math/ChunkPos;)V
-
reloadColor
public void reloadColor()- Mappings:
Namespace Name Mixin selector official g
Lfdj;g()V
intermediary method_23784
Lnet/minecraft/class_638;method_23784()V
named reloadColor
Lnet/minecraft/client/world/ClientWorld;reloadColor()V
-
isChunkLoaded
public boolean isChunkLoaded(int chunkX, int chunkZ) - Mappings:
Namespace Name Mixin selector official b
Lcml;b(II)Z
intermediary method_8393
Lnet/minecraft/class_4538;method_8393(II)Z
named isChunkLoaded
Lnet/minecraft/world/WorldView;isChunkLoaded(II)Z
-
getRegularEntityCount
public int getRegularEntityCount()- Mappings:
Namespace Name Mixin selector official h
Lfdj;h()I
intermediary method_18120
Lnet/minecraft/class_638;method_18120()I
named getRegularEntityCount
Lnet/minecraft/client/world/ClientWorld;getRegularEntityCount()I
-
addPlayer
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(ILfhh;)V
intermediary method_18107
Lnet/minecraft/class_638;method_18107(ILnet/minecraft/class_742;)V
named addPlayer
Lnet/minecraft/client/world/ClientWorld;addPlayer(ILnet/minecraft/client/network/AbstractClientPlayerEntity;)V
-
addEntity
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(ILbfh;)V
intermediary method_2942
Lnet/minecraft/class_638;method_2942(ILnet/minecraft/class_1297;)V
named addEntity
Lnet/minecraft/client/world/ClientWorld;addEntity(ILnet/minecraft/entity/Entity;)V
-
addEntityPrivate
- Mappings:
Namespace Name Mixin selector official b
Lfdj;b(ILbfh;)V
intermediary method_18114
Lnet/minecraft/class_638;method_18114(ILnet/minecraft/class_1297;)V
named addEntityPrivate
Lnet/minecraft/client/world/ClientWorld;addEntityPrivate(ILnet/minecraft/entity/Entity;)V
-
removeEntity
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(ILbfh$c;)V
intermediary method_2945
Lnet/minecraft/class_638;method_2945(ILnet/minecraft/class_1297$class_5529;)V
named removeEntity
Lnet/minecraft/client/world/ClientWorld;removeEntity(ILnet/minecraft/entity/Entity$RemovalReason;)V
-
getEntityById
Returns the entity using the entity ID, ornull
if none was found.Entity ID is ephemeral and changes after server restart. Use the UUID for persistent storage instead.
- Specified by:
getEntityById
in classWorld
- Returns:
- the entity using the entity ID, or
null
if none was found - See Also:
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(I)Lbfh;
intermediary method_8469
Lnet/minecraft/class_1937;method_8469(I)Lnet/minecraft/class_1297;
named getEntityById
Lnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;
-
disconnect
public void disconnect()- Overrides:
disconnect
in classWorld
- Mappings:
Namespace Name Mixin selector official T
Lcmi;T()V
intermediary method_8525
Lnet/minecraft/class_1937;method_8525()V
named disconnect
Lnet/minecraft/world/World;disconnect()V
-
doRandomBlockDisplayTicks
public void doRandomBlockDisplayTicks(int centerX, int centerY, int centerZ) - Mappings:
Namespace Name Mixin selector official b
Lfdj;b(III)V
intermediary method_2941
Lnet/minecraft/class_638;method_2941(III)V
named doRandomBlockDisplayTicks
Lnet/minecraft/client/world/ClientWorld;doRandomBlockDisplayTicks(III)V
-
getBlockParticle
- Mappings:
Namespace Name Mixin selector official p
Lfdj;p()Lcpi;
intermediary method_35752
Lnet/minecraft/class_638;method_35752()Lnet/minecraft/class_2248;
named getBlockParticle
Lnet/minecraft/client/world/ClientWorld;getBlockParticle()Lnet/minecraft/block/Block;
-
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 official a
Lfdj;a(IIIILapo;Lcpi;Lgt$a;)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
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
-
addParticle
private void addParticle(BlockPos pos, BlockState state, ParticleEffect parameters, boolean solidBelow) - Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lgt;Ldbq;Lis;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
named addParticle
Lnet/minecraft/client/world/ClientWorld;addParticle(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/particle/ParticleEffect;Z)V
-
addParticle
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lgt;Lis;Ledx;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
named addParticle
Lnet/minecraft/client/world/ClientWorld;addParticle(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/util/shape/VoxelShape;D)V
-
addParticle
private void addParticle(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters) - Mappings:
Namespace Name Mixin selector official a
Lfdj;a(DDDDDLis;)V
intermediary method_2932
Lnet/minecraft/class_638;method_2932(DDDDDLnet/minecraft/class_2394;)V
named addParticle
Lnet/minecraft/client/world/ClientWorld;addParticle(DDDDDLnet/minecraft/particle/ParticleEffect;)V
-
addDetailsToCrashReport
- Overrides:
addDetailsToCrashReport
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lo;)Lp;
intermediary method_8538
Lnet/minecraft/class_1937;method_8538(Lnet/minecraft/class_128;)Lnet/minecraft/class_129;
named addDetailsToCrashReport
Lnet/minecraft/world/World;addDetailsToCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReportSection;
-
playSound
public void playSound(@Nullable @Nullable PlayerEntity except, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) - Specified by:
playSound
in classWorld
- Parameters:
except
- the player that should not receive the sound, ornull
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lbym;DDDLhd;Lams;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
named playSound
Lnet/minecraft/world/World;playSound(Lnet/minecraft/entity/player/PlayerEntity;DDDLnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
-
playSoundFromEntity
public void playSoundFromEntity(@Nullable @Nullable PlayerEntity except, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) - Specified by:
playSoundFromEntity
in classWorld
- Parameters:
except
- the player that should not receive the sound, ornull
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lbym;Lbfh;Lhd;Lams;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
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
-
playSound
public void playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance) - Overrides:
playSound
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(DDDLamq;Lams;FFZ)V
intermediary method_8486
Lnet/minecraft/class_1937;method_8486(DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFZ)V
named playSound
Lnet/minecraft/world/World;playSound(DDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;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 official a
Lfdj;a(DDDLamq;Lams;FFZJ)V
intermediary method_43207
Lnet/minecraft/class_638;method_43207(DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFZJ)V
named playSound
Lnet/minecraft/client/world/ClientWorld;playSound(DDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFZJ)V
-
addFireworkParticle
public void addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, @Nullable @Nullable NbtCompound nbt) - Overrides:
addFireworkParticle
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(DDDDDDLre;)V
intermediary method_8547
Lnet/minecraft/class_1937;method_8547(DDDDDDLnet/minecraft/class_2487;)V
named addFireworkParticle
Lnet/minecraft/world/World;addFireworkParticle(DDDDDDLnet/minecraft/nbt/NbtCompound;)V
-
sendPacket
- Overrides:
sendPacket
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lvb;)V
intermediary method_8522
Lnet/minecraft/class_1937;method_8522(Lnet/minecraft/class_2596;)V
named sendPacket
Lnet/minecraft/world/World;sendPacket(Lnet/minecraft/network/packet/Packet;)V
-
getRecipeManager
- Specified by:
getRecipeManager
in classWorld
- Mappings:
Namespace Name Mixin selector official q
Lcmi;q()Lciz;
intermediary method_8433
Lnet/minecraft/class_1937;method_8433()Lnet/minecraft/class_1863;
named getRecipeManager
Lnet/minecraft/world/World;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
-
setScoreboard
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Leec;)V
intermediary method_2944
Lnet/minecraft/class_638;method_2944(Lnet/minecraft/class_269;)V
named setScoreboard
Lnet/minecraft/client/world/ClientWorld;setScoreboard(Lnet/minecraft/scoreboard/Scoreboard;)V
-
getBlockTickScheduler
- Mappings:
Namespace Name Mixin selector official K
Lcmj;K()Leel;
intermediary method_8397
Lnet/minecraft/class_1936;method_8397()Lnet/minecraft/class_6756;
named getBlockTickScheduler
Lnet/minecraft/world/WorldAccess;getBlockTickScheduler()Lnet/minecraft/world/tick/QueryableTickScheduler;
-
getFluidTickScheduler
- Mappings:
Namespace Name Mixin selector official J
Lcmj;J()Leel;
intermediary method_8405
Lnet/minecraft/class_1936;method_8405()Lnet/minecraft/class_6756;
named getFluidTickScheduler
Lnet/minecraft/world/WorldAccess;getFluidTickScheduler()Lnet/minecraft/world/tick/QueryableTickScheduler;
-
getChunkManager
- Mappings:
Namespace Name Mixin selector official i
Lfdj;i()Lfdh;
intermediary method_2935
Lnet/minecraft/class_638;method_2935()Lnet/minecraft/class_631;
named getChunkManager
Lnet/minecraft/client/world/ClientWorld;getChunkManager()Lnet/minecraft/client/world/ClientChunkManager;
-
getMapState
- Specified by:
getMapState
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Ljava/lang/String;)Ldxu;
intermediary method_17891
Lnet/minecraft/class_1937;method_17891(Ljava/lang/String;)Lnet/minecraft/class_22;
named getMapState
Lnet/minecraft/world/World;getMapState(Ljava/lang/String;)Lnet/minecraft/item/map/MapState;
-
putClientsideMapState
- Mappings:
Namespace Name Mixin selector official b
Lfdj;b(Ljava/lang/String;Ldxu;)V
intermediary method_47437
Lnet/minecraft/class_638;method_47437(Ljava/lang/String;Lnet/minecraft/class_22;)V
named putClientsideMapState
Lnet/minecraft/client/world/ClientWorld;putClientsideMapState(Ljava/lang/String;Lnet/minecraft/item/map/MapState;)V
-
putMapState
- Specified by:
putMapState
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Ljava/lang/String;Ldxu;)V
intermediary method_17890
Lnet/minecraft/class_1937;method_17890(Ljava/lang/String;Lnet/minecraft/class_22;)V
named putMapState
Lnet/minecraft/world/World;putMapState(Ljava/lang/String;Lnet/minecraft/item/map/MapState;)V
-
getNextMapId
public int getNextMapId()- Specified by:
getNextMapId
in classWorld
- Mappings:
Namespace Name Mixin selector official t
Lcmi;t()I
intermediary method_17889
Lnet/minecraft/class_1937;method_17889()I
named getNextMapId
Lnet/minecraft/world/World;getNextMapId()I
-
getScoreboard
- Specified by:
getScoreboard
in classWorld
- Mappings:
Namespace Name Mixin selector official H
Lcmi;H()Leec;
intermediary method_8428
Lnet/minecraft/class_1937;method_8428()Lnet/minecraft/class_269;
named getScoreboard
Lnet/minecraft/world/World;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
-
updateListeners
- Specified by:
updateListeners
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lgt;Ldbq;Ldbq;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
named updateListeners
Lnet/minecraft/world/World;updateListeners(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
-
scheduleBlockRerenderIfNeeded
- Overrides:
scheduleBlockRerenderIfNeeded
in classWorld
- Mappings:
Namespace Name Mixin selector official b
Lcmi;b(Lgt;Ldbq;Ldbq;)V
intermediary method_16109
Lnet/minecraft/class_1937;method_16109(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)V
named scheduleBlockRerenderIfNeeded
Lnet/minecraft/world/World;scheduleBlockRerenderIfNeeded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
-
scheduleBlockRenders
public void scheduleBlockRenders(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official c
Lfdj;c(III)V
intermediary method_18113
Lnet/minecraft/class_638;method_18113(III)V
named scheduleBlockRenders
Lnet/minecraft/client/world/ClientWorld;scheduleBlockRenders(III)V
-
markChunkRenderability
public void markChunkRenderability(int chunkX, int chunkZ) - Mappings:
Namespace Name Mixin selector official g
Lfdj;g(II)V
intermediary method_39849
Lnet/minecraft/class_638;method_39849(II)V
named markChunkRenderability
Lnet/minecraft/client/world/ClientWorld;markChunkRenderability(II)V
-
setBlockBreakingInfo
- Specified by:
setBlockBreakingInfo
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(ILgt;I)V
intermediary method_8517
Lnet/minecraft/class_1937;method_8517(ILnet/minecraft/class_2338;I)V
named setBlockBreakingInfo
Lnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
-
syncGlobalEvent
- Overrides:
syncGlobalEvent
in classWorld
- Mappings:
Namespace Name Mixin selector official b
Lcmi;b(ILgt;I)V
intermediary method_8474
Lnet/minecraft/class_1937;method_8474(ILnet/minecraft/class_2338;I)V
named syncGlobalEvent
Lnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
-
syncWorldEvent
public void syncWorldEvent(@Nullable @Nullable PlayerEntity player, int eventId, BlockPos pos, int data) - Mappings:
Namespace Name Mixin selector official a
Lcmj;a(Lbym;ILgt;I)V
intermediary method_8444
Lnet/minecraft/class_1936;method_8444(Lnet/minecraft/class_1657;ILnet/minecraft/class_2338;I)V
named syncWorldEvent
Lnet/minecraft/world/WorldAccess;syncWorldEvent(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
-
addParticle
public void addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Specified by:
addParticle
in interfaceWorldAccess
- Overrides:
addParticle
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmj;a(Lis;DDDDDD)V
intermediary method_8406
Lnet/minecraft/class_1936;method_8406(Lnet/minecraft/class_2394;DDDDDD)V
named addParticle
Lnet/minecraft/world/WorldAccess;addParticle(Lnet/minecraft/particle/ParticleEffect;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 classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lis;ZDDDDDD)V
intermediary method_8466
Lnet/minecraft/class_1937;method_8466(Lnet/minecraft/class_2394;ZDDDDDD)V
named addParticle
Lnet/minecraft/world/World;addParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
-
addImportantParticle
public void addImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Overrides:
addImportantParticle
in classWorld
- Mappings:
Namespace Name Mixin selector official b
Lcmi;b(Lis;DDDDDD)V
intermediary method_8494
Lnet/minecraft/class_1937;method_8494(Lnet/minecraft/class_2394;DDDDDD)V
named addImportantParticle
Lnet/minecraft/world/World;addImportantParticle(Lnet/minecraft/particle/ParticleEffect;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 classWorld
- Mappings:
Namespace Name Mixin selector official b
Lcmi;b(Lis;ZDDDDDD)V
intermediary method_17452
Lnet/minecraft/class_1937;method_17452(Lnet/minecraft/class_2394;ZDDDDDD)V
named addImportantParticle
Lnet/minecraft/world/World;addImportantParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
-
getPlayers
- Mappings:
Namespace Name Mixin selector official v
Lclz;v()Ljava/util/List;
intermediary method_18456
Lnet/minecraft/class_1924;method_18456()Ljava/util/List;
named getPlayers
Lnet/minecraft/world/EntityView;getPlayers()Ljava/util/List;
-
getGeneratorStoredBiome
- Mappings:
Namespace Name Mixin selector official a
Lcml;a(III)Lhd;
intermediary method_22387
Lnet/minecraft/class_4538;method_22387(III)Lnet/minecraft/class_6880;
named getGeneratorStoredBiome
Lnet/minecraft/world/WorldView;getGeneratorStoredBiome(III)Lnet/minecraft/registry/entry/RegistryEntry;
-
getSkyBrightness
public float getSkyBrightness(float tickDelta) - Mappings:
Namespace Name Mixin selector official g
Lfdj;g(F)F
intermediary method_23783
Lnet/minecraft/class_638;method_23783(F)F
named getSkyBrightness
Lnet/minecraft/client/world/ClientWorld;getSkyBrightness(F)F
-
getSkyColor
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lede;F)Lede;
intermediary method_23777
Lnet/minecraft/class_638;method_23777(Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;
named getSkyColor
Lnet/minecraft/client/world/ClientWorld;getSkyColor(Lnet/minecraft/util/math/Vec3d;F)Lnet/minecraft/util/math/Vec3d;
-
getCloudsColor
- Mappings:
Namespace Name Mixin selector official h
Lfdj;h(F)Lede;
intermediary method_23785
Lnet/minecraft/class_638;method_23785(F)Lnet/minecraft/class_243;
named getCloudsColor
Lnet/minecraft/client/world/ClientWorld;getCloudsColor(F)Lnet/minecraft/util/math/Vec3d;
-
method_23787
public float method_23787(float float2) - Mappings:
Namespace Name Mixin selector official i
Lfdj;i(F)F
intermediary method_23787
Lnet/minecraft/class_638;method_23787(F)F
named method_23787
Lnet/minecraft/client/world/ClientWorld;method_23787(F)F
-
getLightningTicksLeft
public int getLightningTicksLeft()- Mappings:
Namespace Name Mixin selector official j
Lfdj;j()I
intermediary method_23789
Lnet/minecraft/class_638;method_23789()I
named getLightningTicksLeft
Lnet/minecraft/client/world/ClientWorld;getLightningTicksLeft()I
-
setLightningTicksLeft
public void setLightningTicksLeft(int lightningTicksLeft) - Overrides:
setLightningTicksLeft
in classWorld
- Mappings:
Namespace Name Mixin selector official c
Lcmi;c(I)V
intermediary method_8509
Lnet/minecraft/class_1937;method_8509(I)V
named setLightningTicksLeft
Lnet/minecraft/world/World;setLightningTicksLeft(I)V
-
getBrightness
- Mappings:
Namespace Name Mixin selector official a
Lcll;a(Lgz;Z)F
intermediary method_24852
Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)F
named getBrightness
Lnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)F
-
getColor
- Mappings:
Namespace Name Mixin selector official a
Lcll;a(Lgt;Lclt;)I
intermediary method_23752
Lnet/minecraft/class_1920;method_23752(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)I
named getColor
Lnet/minecraft/world/BlockRenderView;getColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
-
calculateColor
- Mappings:
Namespace Name Mixin selector official b
Lfdj;b(Lgt;Lclt;)I
intermediary method_23780
Lnet/minecraft/class_638;method_23780(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)I
named calculateColor
Lnet/minecraft/client/world/ClientWorld;calculateColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
-
setSpawnPos
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Lgt;F)V
intermediary method_27873
Lnet/minecraft/class_638;method_27873(Lnet/minecraft/class_2338;F)V
named setSpawnPos
Lnet/minecraft/client/world/ClientWorld;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
-
toString
-
getLevelProperties
Description copied from class:World
- Specified by:
getLevelProperties
in interfaceWorldAccess
- Overrides:
getLevelProperties
in classWorld
- Mappings:
Namespace Name Mixin selector official k
Lfdj;k()Lfdj$a;
intermediary method_28104
Lnet/minecraft/class_638;method_28104()Lnet/minecraft/class_638$class_5271;
named getLevelProperties
Lnet/minecraft/client/world/ClientWorld;getLevelProperties()Lnet/minecraft/client/world/ClientWorld$Properties;
-
emitGameEvent
Emits a game event.- Mappings:
Namespace Name Mixin selector official a
Lcmj;a(Ldga;Lede;Ldga$a;)V
intermediary method_32888
Lnet/minecraft/class_1936;method_32888(Lnet/minecraft/class_5712;Lnet/minecraft/class_243;Lnet/minecraft/class_5712$class_7397;)V
named emitGameEvent
Lnet/minecraft/world/WorldAccess;emitGameEvent(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/event/GameEvent$Emitter;)V
-
getMapStates
- Mappings:
Namespace Name Mixin selector official l
Lfdj;l()Ljava/util/Map;
intermediary method_35754
Lnet/minecraft/class_638;method_35754()Ljava/util/Map;
named getMapStates
Lnet/minecraft/client/world/ClientWorld;getMapStates()Ljava/util/Map;
-
putMapStates
- Mappings:
Namespace Name Mixin selector official a
Lfdj;a(Ljava/util/Map;)V
intermediary method_35753
Lnet/minecraft/class_638;method_35753(Ljava/util/Map;)V
named putMapStates
Lnet/minecraft/client/world/ClientWorld;putMapStates(Ljava/util/Map;)V
-
getEntityLookup
- Specified by:
getEntityLookup
in classWorld
- Mappings:
Namespace Name Mixin selector official E
Lcmi;E()Ldfq;
intermediary method_31592
Lnet/minecraft/class_1937;method_31592()Lnet/minecraft/class_5577;
named getEntityLookup
Lnet/minecraft/world/World;getEntityLookup()Lnet/minecraft/world/entity/EntityLookup;
-
asString
-
addBlockBreakParticles
- Overrides:
addBlockBreakParticles
in classWorld
- Mappings:
Namespace Name Mixin selector official a
Lcmi;a(Lgt;Ldbq;)V
intermediary method_31595
Lnet/minecraft/class_1937;method_31595(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
named addBlockBreakParticles
Lnet/minecraft/world/World;addBlockBreakParticles(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
setSimulationDistance
public void setSimulationDistance(int simulationDistance) - Mappings:
Namespace Name Mixin selector official h
Lfdj;h(I)V
intermediary method_39023
Lnet/minecraft/class_638;method_39023(I)V
named setSimulationDistance
Lnet/minecraft/client/world/ClientWorld;setSimulationDistance(I)V
-
getSimulationDistance
public int getSimulationDistance()- Mappings:
Namespace Name Mixin selector official m
Lfdj;m()I
intermediary method_39024
Lnet/minecraft/class_638;method_39024()I
named getSimulationDistance
Lnet/minecraft/client/world/ClientWorld;getSimulationDistance()I
-
getEnabledFeatures
- Mappings:
Namespace Name Mixin selector official G
Lcml;G()Lcau;
intermediary method_45162
Lnet/minecraft/class_4538;method_45162()Lnet/minecraft/class_7699;
named getEnabledFeatures
Lnet/minecraft/world/WorldView;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
-