net.minecraft.world.level

public abstract class Level

implements LevelAccessor, AutoCloseable

dhi
net.minecraft.world.level.Level
net.minecraft.class_1937
net.minecraft.world.World
net.minecraft.world.level.World

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<ResourceKey<Level>>
h
RESOURCE_KEY_CODEC
field_25178
CODEC
public static final ResourceKey<Level>
i
OVERWORLD
field_25179
OVERWORLD
public static final ResourceKey<Level>
j
NETHER
field_25180
NETHER
public static final ResourceKey<Level>
k
END
field_25181
END
public static final int
l
MAX_LEVEL_SIZE
field_30965
HORIZONTAL_LIMIT
public static final int
m
LONG_PARTICLE_CLIP_RANGE
field_30966
MAX_UPDATE_DEPTH
public static final int
n
SHORT_PARTICLE_CLIP_RANGE
field_30967
field_30967
public static final int
o
MAX_BRIGHTNESS
field_30968
field_30968
public static final int
p
TICKS_PER_DAY
field_30969
field_30969
public static final int
q
MAX_ENTITY_SPAWN_Y
field_30970
MAX_Y
public static final int
r
MIN_ENTITY_SPAWN_Y
field_30971
MIN_Y
protected final List<TickingBlockEntity>
s
blockEntityTickers
field_27082
blockEntityTickers
protected final NeighborUpdater
t
neighborUpdater
field_38226
neighborUpdater
private final List<TickingBlockEntity>
a
pendingBlockEntityTickers
field_27081
pendingBlockEntityTickers
private boolean
b
tickingBlockEntities
field_9249
iteratingTickingBlockEntities
private final Thread
c
thread
field_17086
thread
private final boolean
d
isDebug
field_24496
debugWorld
private int
e
skyDarken
field_9226
ambientDarkness
protected int
u
randValue
field_9256
lcgBlockSeed
protected final int
v
addend
field_9238
lcgBlockSeedIncrement
protected float
w
oRainLevel
field_9253
rainGradientPrev
protected float
x
rainLevel
field_9235
rainGradient
protected float
y
oThunderLevel
field_9251
thunderGradientPrev
protected float
z
thunderLevel
field_9234
thunderGradient
public final RandomSource
A
random
field_9229
random
private final RandomSource
f
threadSafeRandom
field_38861
threadSafeRandom
private final Holder<DimensionType>
E
dimensionTypeRegistration
field_36402
dimensionEntry
protected final WritableLevelData
B
levelData
field_9232
properties
public final boolean
C
isClientSide
field_9236
isClient
private final WorldBorder
F
worldBorder
field_9223
border
private final BiomeManager
G
biomeManager
field_20639
biomeAccess
private final ResourceKey<Level>
H
dimension
field_25176
registryKey
private final RegistryAccess
I
registryAccess
field_42475
registryManager
private final DamageSources
J
damageSources
field_42476
damageSources
private long
K
subTickCount
field_35455
tickOrder

Constructor summary

ModifierConstructor
protected (WritableLevelData properties, ResourceKey<Level> registryRef, RegistryAccess registryManager, Holder<DimensionType> dimensionEntry, boolean isClient, boolean debugWorld, long seed, int maxChainedNeighborUpdates)

Method summary

Modifier and TypeMethod
public boolean
B_()
isClientSide()
method_8608()
isClient()
public MinecraftServer
p()
getServer()
method_8503()
getServer()
public boolean
k(jh arg0)
isInWorldBounds(BlockPos arg0)
method_24794(class_2338 arg0)
isInBuildLimit(BlockPos pos)
public static boolean
l(jh arg0)
isInSpawnableBounds(BlockPos arg0)
method_25953(class_2338 arg0)
isValid(BlockPos pos)
private static boolean
g(jh arg0)
isInWorldBoundsHorizontal(BlockPos arg0)
method_8558(class_2338 arg0)
isValidHorizontally(BlockPos pos)
private static boolean
b(int arg0)
isOutsideSpawnableHeight(int arg0)
method_25952(int arg0)
isInvalidVertically(int y)
public LevelChunk
m(jh arg0)
getChunkAt(BlockPos arg0)
method_8500(class_2338 arg0)
getWorldChunk(BlockPos pos)
public LevelChunk
d(int arg0, int arg1)
getChunk(int arg0, int arg1)
method_8497(int arg0, int arg1)
getChunk(int arg0, int arg1)
public ChunkAccess
a(int arg0, int arg1, ear arg2, boolean arg3)
getChunk(int arg0, int arg1, ChunkStatus arg2, boolean arg3)
method_8402(int arg0, int arg1, class_2806 arg2, boolean arg3)
getChunk(int arg0, int arg1, ChunkStatus arg2, boolean arg3)
public boolean
a(jh arg0, dxv arg1, int arg2)
setBlock(BlockPos arg0, BlockState arg1, int arg2)
method_8652(class_2338 arg0, class_2680 arg1, int arg2)
setBlockState(BlockPos arg0, BlockState arg1, int arg2)
public boolean
a(jh arg0, dxv arg1, int arg2, int arg3)
setBlock(BlockPos arg0, BlockState arg1, int arg2, int arg3)
method_30092(class_2338 arg0, class_2680 arg1, int arg2, int arg3)
setBlockState(BlockPos arg0, BlockState arg1, int arg2, int arg3)
public void
a(jh arg0, dxv arg1, dxv arg2)
onBlockStateChange(BlockPos arg0, BlockState arg1, BlockState arg2)
method_19282(class_2338 arg0, class_2680 arg1, class_2680 arg2)
onBlockChanged(BlockPos pos, BlockState oldBlock, BlockState newBlock)
public boolean
a(jh arg0, boolean arg1)
removeBlock(BlockPos arg0, boolean arg1)
method_8650(class_2338 arg0, boolean arg1)
removeBlock(BlockPos arg0, boolean arg1)
public boolean
a(jh arg0, boolean arg1, bvk arg2, int arg3)
destroyBlock(BlockPos arg0, boolean arg1, Entity arg2, int arg3)
method_30093(class_2338 arg0, boolean arg1, class_1297 arg2, int arg3)
breakBlock(BlockPos arg0, boolean arg1, Entity arg2, int arg3)
public void
a(jh arg0, dxv arg1)
addDestroyBlockEffect(BlockPos arg0, BlockState arg1)
method_31595(class_2338 arg0, class_2680 arg1)
addBlockBreakParticles(BlockPos pos, BlockState state)
public boolean
b(jh arg0, dxv arg1)
setBlockAndUpdate(BlockPos arg0, BlockState arg1)
method_8501(class_2338 arg0, class_2680 arg1)
setBlockState(BlockPos pos, BlockState state)
public abstract void
a(jh arg0, dxv arg1, dxv arg2, int arg3)
sendBlockUpdated(BlockPos arg0, BlockState arg1, BlockState arg2, int arg3)
method_8413(class_2338 arg0, class_2680 arg1, class_2680 arg2, int arg3)
updateListeners(BlockPos pos, BlockState oldState, BlockState newState, int flags)
public void
b(jh arg0, dxv arg1, dxv arg2)
setBlocksDirty(BlockPos arg0, BlockState arg1, BlockState arg2)
method_16109(class_2338 arg0, class_2680 arg1, class_2680 arg2)
scheduleBlockRerenderIfNeeded(BlockPos pos, BlockState old, BlockState updated)
public void
a(jh arg0, dkm arg1)
updateNeighborsAt(BlockPos arg0, Block arg1)
method_61271(class_2338 arg0, class_2248 arg1)
updateNeighborsAlways(BlockPos pos, Block block)
public void
a(jh arg0, dkm arg1, evf arg2)
updateNeighborsAt(BlockPos arg0, Block arg1, Orientation arg2)
method_8452(class_2338 arg0, class_2248 arg1, class_9904 arg2)
updateNeighborsAlways(BlockPos pos, Block sourceBlock, WireOrientation orientation)
public void
a(jh arg0, dkm arg1, jm arg2, evf arg3)
updateNeighborsAtExceptFromFacing(BlockPos arg0, Block arg1, Direction arg2, Orientation arg3)
method_8508(class_2338 arg0, class_2248 arg1, class_2350 arg2, class_9904 arg3)
updateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction, WireOrientation orientation)
public void
b(jh arg0, dkm arg1, evf arg2)
neighborChanged(BlockPos arg0, Block arg1, Orientation arg2)
method_8492(class_2338 arg0, class_2248 arg1, class_9904 arg2)
updateNeighbor(BlockPos pos, Block sourceBlock, WireOrientation orientation)
public void
a(dxv arg0, jh arg1, dkm arg2, evf arg3, boolean arg4)
neighborChanged(BlockState arg0, BlockPos arg1, Block arg2, Orientation arg3, boolean arg4)
method_41410(class_2680 arg0, class_2338 arg1, class_2248 arg2, class_9904 arg3, boolean arg4)
updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, WireOrientation orientation, boolean notify)
public void
a(jm arg0, jh arg1, jh arg2, dxv arg3, int arg4, int arg5)
neighborShapeChanged(Direction arg0, BlockPos arg1, BlockPos arg2, BlockState arg3, int arg4, int arg5)
method_42308(class_2350 arg0, class_2338 arg1, class_2338 arg2, class_2680 arg3, int arg4, int arg5)
replaceWithStateForNeighborUpdate(Direction arg0, BlockPos arg1, BlockPos arg2, BlockState arg3, int arg4, int arg5)
public int
a(edq$a arg0, int arg1, int arg2)
getHeight(Heightmap$Types arg0, int arg1, int arg2)
method_8624(class_2902$class_2903 arg0, int arg1, int arg2)
getTopY(Heightmap$Type arg0, int arg1, int arg2)
public LevelLightEngine
C_()
getLightEngine()
method_22336()
getLightingProvider()
public BlockState
a_(jh arg0)
getBlockState(BlockPos arg0)
method_8320(class_2338 arg0)
getBlockState(BlockPos arg0)
public FluidState
b_(jh arg0)
getFluidState(BlockPos arg0)
method_8316(class_2338 arg0)
getFluidState(BlockPos arg0)
public boolean
U()
isDay()
method_8530()
isDay()
public boolean
V()
isNight()
method_23886()
isNight()
public void
a(bvk arg0, jh arg1, axe arg2, axg arg3, float arg4, float arg5)
playSound(Entity arg0, BlockPos arg1, SoundEvent arg2, SoundSource arg3, float arg4, float arg5)
method_45445(class_1297 arg0, class_2338 arg1, class_3414 arg2, class_3419 arg3, float arg4, float arg5)
playSound(Entity source, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)
public void
a(cpx arg0, jh arg1, axe arg2, axg arg3, float arg4, float arg5)
playSound(Player arg0, BlockPos arg1, SoundEvent arg2, SoundSource arg3, float arg4, float arg5)
method_8396(class_1657 arg0, class_2338 arg1, class_3414 arg2, class_3419 arg3, float arg4, float arg5)
playSound(PlayerEntity arg0, BlockPos arg1, SoundEvent arg2, SoundCategory arg3, float arg4, float arg5)
public abstract void
a(cpx arg0, double arg1, double arg2, double arg3, jq<axe> arg4, axg arg5, float arg6, float arg7, long arg8)
playSeededSound(Player arg0, double arg1, double arg2, double arg3, Holder<SoundEvent> arg4, SoundSource arg5, float arg6, float arg7, long arg8)
method_8465(class_1657 arg0, double arg1, double arg2, double arg3, class_6880<class_3414> arg4, class_3419 arg5, float arg6, float arg7, long arg8)
playSound(PlayerEntity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed)
public void
a(cpx arg0, double arg1, double arg2, double arg3, axe arg4, axg arg5, float arg6, float arg7, long arg8)
playSeededSound(Player arg0, double arg1, double arg2, double arg3, SoundEvent arg4, SoundSource arg5, float arg6, float arg7, long arg8)
method_47967(class_1657 arg0, double arg1, double arg2, double arg3, class_3414 arg4, class_3419 arg5, float arg6, float arg7, long arg8)
playSound(PlayerEntity source, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, long seed)
public abstract void
a(cpx arg0, bvk arg1, jq<axe> arg2, axg arg3, float arg4, float arg5, long arg6)
playSeededSound(Player arg0, Entity arg1, Holder<SoundEvent> arg2, SoundSource arg3, float arg4, float arg5, long arg6)
method_8449(class_1657 arg0, class_1297 arg1, class_6880<class_3414> arg2, class_3419 arg3, float arg4, float arg5, long arg6)
playSoundFromEntity(PlayerEntity source, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed)
public void
a(cpx arg0, double arg1, double arg2, double arg3, axe arg4, axg arg5)
playSound(Player arg0, double arg1, double arg2, double arg3, SoundEvent arg4, SoundSource arg5)
method_54762(class_1657 arg0, double arg1, double arg2, double arg3, class_3414 arg4, class_3419 arg5)
playSound(PlayerEntity source, double x, double y, double z, SoundEvent sound, SoundCategory category)
public void
a(cpx arg0, double arg1, double arg2, double arg3, axe arg4, axg arg5, float arg6, float arg7)
playSound(Player arg0, double arg1, double arg2, double arg3, SoundEvent arg4, SoundSource arg5, float arg6, float arg7)
method_43128(class_1657 arg0, double arg1, double arg2, double arg3, class_3414 arg4, class_3419 arg5, float arg6, float arg7)
playSound(PlayerEntity source, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)
public void
a(cpx arg0, double arg1, double arg2, double arg3, jq<axe> arg4, axg arg5, float arg6, float arg7)
playSound(Player arg0, double arg1, double arg2, double arg3, Holder<SoundEvent> arg4, SoundSource arg5, float arg6, float arg7)
method_60511(class_1657 arg0, double arg1, double arg2, double arg3, class_6880<class_3414> arg4, class_3419 arg5, float arg6, float arg7)
playSound(PlayerEntity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch)
public void
a(cpx arg0, bvk arg1, axe arg2, axg arg3, float arg4, float arg5)
playSound(Player arg0, Entity arg1, SoundEvent arg2, SoundSource arg3, float arg4, float arg5)
method_43129(class_1657 arg0, class_1297 arg1, class_3414 arg2, class_3419 arg3, float arg4, float arg5)
playSoundFromEntity(PlayerEntity source, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
public void
a(jh arg0, axe arg1, axg arg2, float arg3, float arg4, boolean arg5)
playLocalSound(BlockPos arg0, SoundEvent arg1, SoundSource arg2, float arg3, float arg4, boolean arg5)
method_45446(class_2338 arg0, class_3414 arg1, class_3419 arg2, float arg3, float arg4, boolean arg5)
playSoundAtBlockCenter(BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
public void
a(bvk arg0, axe arg1, axg arg2, float arg3, float arg4)
playLocalSound(Entity arg0, SoundEvent arg1, SoundSource arg2, float arg3, float arg4)
method_55116(class_1297 arg0, class_3414 arg1, class_3419 arg2, float arg3, float arg4)
playSoundFromEntity(Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
public void
a(double arg0, double arg1, double arg2, axe arg3, axg arg4, float arg5, float arg6, boolean arg7)
playLocalSound(double arg0, double arg1, double arg2, SoundEvent arg3, SoundSource arg4, float arg5, float arg6, boolean arg7)
method_8486(double arg0, double arg1, double arg2, class_3414 arg3, class_3419 arg4, float arg5, float arg6, boolean arg7)
playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
public void
a(lq arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
addParticle(ParticleOptions arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
method_8406(class_2394 arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
addParticle(ParticleEffect arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
public void
a(lq arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
addParticle(ParticleOptions arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
method_8466(class_2394 arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
addParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
public void
b(lq arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
addAlwaysVisibleParticle(ParticleOptions arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
method_8494(class_2394 arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
addImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
public void
b(lq arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
addAlwaysVisibleParticle(ParticleOptions arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
method_17452(class_2394 arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
addImportantParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
public float
a(float arg0)
getSunAngle(float arg0)
method_8442(float arg0)
getSkyAngleRadians(float tickDelta)
public void
a(dws arg0)
addBlockEntityTicker(TickingBlockEntity arg0)
method_31594(class_5562 arg0)
addBlockEntityTicker(BlockEntityTickInvoker ticker)
protected void
W()
tickBlockEntities()
method_18471()
tickBlockEntities()
public <T extends Entity> void
a(Consumer<T> arg0, T arg1)
guardEntityTick(Consumer<T> arg0, T arg1)
method_18472(Consumer<T> arg0, T arg1)
tickEntity(Consumer<T> tickConsumer, T entity)
public boolean
h(bvk arg0)
shouldTickDeath(Entity arg0)
method_38989(class_1297 arg0)
shouldUpdatePostDeath(Entity entity)
public boolean
a(long arg0)
shouldTickBlocksAt(long arg0)
method_39425(long arg0)
shouldTickBlocksInChunk(long chunkPos)
public boolean
n(jh arg0)
shouldTickBlocksAt(BlockPos arg0)
method_41411(class_2338 arg0)
shouldTickBlockPos(BlockPos pos)
public void
a(bvk arg0, double arg1, double arg2, double arg3, float arg4, dhi$a arg5)
explode(Entity arg0, double arg1, double arg2, double arg3, float arg4, Level$ExplosionInteraction arg5)
method_8437(class_1297 arg0, double arg1, double arg2, double arg3, float arg4, class_1937$class_7867 arg5)
createExplosion(Entity entity, double x, double y, double z, float power, World$ExplosionSourceType explosionSourceType)
public void
a(bvk arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, dhi$a arg6)
explode(Entity arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, Level$ExplosionInteraction arg6)
method_8537(class_1297 arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, class_1937$class_7867 arg6)
createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, World$ExplosionSourceType explosionSourceType)
public void
a(bvk arg0, bua arg1, dhb arg2, fby arg3, float arg4, boolean arg5, dhi$a arg6)
explode(Entity arg0, DamageSource arg1, ExplosionDamageCalculator arg2, Vec3 arg3, float arg4, boolean arg5, Level$ExplosionInteraction arg6)
method_46407(class_1297 arg0, class_1282 arg1, class_5362 arg2, class_243 arg3, float arg4, boolean arg5, class_1937$class_7867 arg6)
createExplosion(Entity entity, DamageSource damageSource, ExplosionBehavior behavior, Vec3d pos, float power, boolean createFire, World$ExplosionSourceType explosionSourceType)
public void
a(bvk arg0, bua arg1, dhb arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, dhi$a arg8)
explode(Entity arg0, DamageSource arg1, ExplosionDamageCalculator arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, Level$ExplosionInteraction arg8)
method_55117(class_1297 arg0, class_1282 arg1, class_5362 arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, class_1937$class_7867 arg8)
createExplosion(Entity entity, DamageSource damageSource, ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World$ExplosionSourceType explosionSourceType)
public abstract void
a(bvk arg0, bua arg1, dhb arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, dhi$a arg8, lq arg9, lq arg10, jq<axe> arg11)
explode(Entity arg0, DamageSource arg1, ExplosionDamageCalculator arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, Level$ExplosionInteraction arg8, ParticleOptions arg9, ParticleOptions arg10, Holder<SoundEvent> arg11)
method_8454(class_1297 arg0, class_1282 arg1, class_5362 arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, class_1937$class_7867 arg8, class_2394 arg9, class_2394 arg10, class_6880<class_3414> arg11)
createExplosion(Entity entity, DamageSource damageSource, ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World$ExplosionSourceType explosionSourceType, ParticleEffect smallParticle, ParticleEffect largeParticle, RegistryEntry<SoundEvent> soundEvent)
public abstract String
I()
gatherChunkSourceStats()
method_31419()
asString()
public BlockEntity
c_(jh arg0)
getBlockEntity(BlockPos arg0)
method_8321(class_2338 arg0)
getBlockEntity(BlockPos arg0)
public void
a(dux arg0)
setBlockEntity(BlockEntity arg0)
method_8438(class_2586 arg0)
addBlockEntity(BlockEntity blockEntity)
public void
o(jh arg0)
removeBlockEntity(BlockPos arg0)
method_8544(class_2338 arg0)
removeBlockEntity(BlockPos pos)
public boolean
p(jh arg0)
isLoaded(BlockPos arg0)
method_8477(class_2338 arg0)
isPosLoaded(BlockPos pos)
public boolean
a(jh arg0, bvk arg1, jm arg2)
loadedAndEntityCanStandOnFace(BlockPos arg0, Entity arg1, Direction arg2)
method_24368(class_2338 arg0, class_1297 arg1, class_2350 arg2)
isDirectionSolid(BlockPos pos, Entity entity, Direction direction)
public boolean
a(jh arg0, bvk arg1)
loadedAndEntityCanStandOn(BlockPos arg0, Entity arg1)
method_8515(class_2338 arg0, class_1297 arg1)
isTopSolid(BlockPos pos, Entity entity)
public void
X()
updateSkyBrightness()
method_8533()
calculateAmbientDarkness()
public void
a(boolean arg0)
setSpawnSettings(boolean arg0)
method_8424(boolean arg0)
setMobSpawnOptions(boolean spawnMonsters)
public BlockPos
Y()
getSharedSpawnPos()
method_43126()
getSpawnPos()
public float
Z()
getSharedSpawnAngle()
method_43127()
getSpawnAngle()
protected void
aa()
prepareWeather()
method_8543()
initWeatherGradients()
public void
close()
close()
public BlockGetter
c(int arg0, int arg1)
getChunkForCollisions(int arg0, int arg1)
method_22338(int arg0, int arg1)
getChunkAsView(int arg0, int arg1)
public List<Entity>
a(bvk arg0, fbt arg1, Predicate<? super bvk> arg2)
getEntities(Entity arg0, AABB arg1, Predicate<? super Entity> arg2)
method_8333(class_1297 arg0, class_238 arg1, Predicate<? super class_1297> arg2)
getOtherEntities(Entity arg0, Box arg1, Predicate<? super Entity> arg2)
public <T extends Entity> List<T>
a(ecf<bvk, T> arg0, fbt arg1, Predicate<? super T> arg2)
getEntities(EntityTypeTest<Entity, T> arg0, AABB arg1, Predicate<? super T> arg2)
method_18023(class_5575<class_1297, T> arg0, class_238 arg1, Predicate<? super T> arg2)
getEntitiesByType(TypeFilter<Entity, T> arg0, Box arg1, Predicate<? super T> arg2)
public <T extends Entity> void
a(ecf<bvk, T> arg0, fbt arg1, Predicate<? super T> arg2, List<? super T> arg3)
getEntities(EntityTypeTest<Entity, T> arg0, AABB arg1, Predicate<? super T> arg2, List<? super T> arg3)
method_47574(class_5575<class_1297, T> arg0, class_238 arg1, Predicate<? super T> arg2, List<? super T> arg3)
collectEntitiesByType(TypeFilter<Entity, T> filter, Box box, Predicate<? super T> predicate, List<? super T> result)
public <T extends Entity> void
a(ecf<bvk, T> arg0, fbt arg1, Predicate<? super T> arg2, List<? super T> arg3, int arg4)
getEntities(EntityTypeTest<Entity, T> arg0, AABB arg1, Predicate<? super T> arg2, List<? super T> arg3, int arg4)
method_47575(class_5575<class_1297, T> arg0, class_238 arg1, Predicate<? super T> arg2, List<? super T> arg3, int arg4)
collectEntitiesByType(TypeFilter<Entity, T> filter, Box box, Predicate<? super T> predicate, List<? super T> result, int limit)
public abstract Entity
a(int arg0)
getEntity(int arg0)
method_8469(int arg0)
getEntityById(int id)
public void
q(jh arg0)
blockEntityChanged(BlockPos arg0)
method_8524(class_2338 arg0)
markDirty(BlockPos pos)
public void
ab()
disconnect()
method_8525()
disconnect()
public long
ac()
getGameTime()
method_8510()
getTime()
public long
ad()
getDayTime()
method_8532()
getTimeOfDay()
public boolean
a(cpx arg0, jh arg1)
mayInteract(Player arg0, BlockPos arg1)
method_8505(class_1657 arg0, class_2338 arg1)
canPlayerModifyAt(PlayerEntity player, BlockPos pos)
public void
a(bvk arg0, byte arg1)
broadcastEntityEvent(Entity arg0, byte arg1)
method_8421(class_1297 arg0, byte arg1)
sendEntityStatus(Entity entity, byte status)
public void
a(bvk arg0, bua arg1)
broadcastDamageEvent(Entity arg0, DamageSource arg1)
method_48760(class_1297 arg0, class_1282 arg1)
sendEntityDamage(Entity entity, DamageSource damageSource)
public void
a(jh arg0, dkm arg1, int arg2, int arg3)
blockEvent(BlockPos arg0, Block arg1, int arg2, int arg3)
method_8427(class_2338 arg0, class_2248 arg1, int arg2, int arg3)
addSyncedBlockEvent(BlockPos pos, Block block, int type, int data)
public LevelData
D_()
getLevelData()
method_8401()
getLevelProperties()
public abstract TickRateManager
t()
tickRateManager()
method_54719()
getTickManager()
public float
b(float arg0)
getThunderLevel(float arg0)
method_8478(float arg0)
getThunderGradient(float delta)
public void
c(float arg0)
setThunderLevel(float arg0)
method_8496(float arg0)
setThunderGradient(float thunderGradient)
public float
d(float arg0)
getRainLevel(float arg0)
method_8430(float arg0)
getRainGradient(float delta)
public void
e(float arg0)
setRainLevel(float arg0)
method_8519(float arg0)
setRainGradient(float rainGradient)
private boolean
a()
canHaveWeather()
method_63020()
canHaveWeather()
public boolean
ae()
isThundering()
method_8546()
isThundering()
public boolean
af()
isRaining()
method_8419()
isRaining()
public boolean
r(jh arg0)
isRainingAt(BlockPos arg0)
method_8520(class_2338 arg0)
hasRain(BlockPos pos)
public abstract MapItemSavedData
a(evp arg0)
getMapData(MapId arg0)
method_17891(class_9209 arg0)
getMapState(MapIdComponent id)
public abstract void
a(evp arg0, evr arg1)
setMapData(MapId arg0, MapItemSavedData arg1)
method_17890(class_9209 arg0, class_22 arg1)
putMapState(MapIdComponent id, MapState state)
public abstract MapId
w()
getFreeMapId()
method_17889()
increaseAndGetMapId()
public void
b(int arg0, jh arg1, int arg2)
globalLevelEvent(int arg0, BlockPos arg1, int arg2)
method_8474(int arg0, class_2338 arg1, int arg2)
syncGlobalEvent(int eventId, BlockPos pos, int data)
public CrashReportCategory
a(o arg0)
fillReportDetails(CrashReport arg0)
method_8538(class_128 arg0)
addDetailsToCrashReport(CrashReport report)
public abstract void
a(int arg0, jh arg1, int arg2)
destroyBlockProgress(int arg0, BlockPos arg1, int arg2)
method_8517(int arg0, class_2338 arg1, int arg2)
setBlockBreakingInfo(int entityId, BlockPos pos, int progress)
public void
a(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, List<dae> arg6)
createFireworks(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, List<FireworkExplosion> arg6)
method_8547(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, List<class_9283> arg6)
addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<FireworkExplosionComponent> explosions)
public abstract Scoreboard
Q()
getScoreboard()
method_8428()
getScoreboard()
public void
c(jh arg0, dkm arg1)
updateNeighbourForOutputSignal(BlockPos arg0, Block arg1)
method_8455(class_2338 arg0, class_2248 arg1)
updateComparators(BlockPos pos, Block block)
public DifficultyInstance
d_(jh arg0)
getCurrentDifficultyAt(BlockPos arg0)
method_8404(class_2338 arg0)
getLocalDifficulty(BlockPos arg0)
public int
E_()
getSkyDarken()
method_8594()
getAmbientDarkness()
public void
c(int arg0)
setSkyFlashTime(int arg0)
method_8509(int arg0)
setLightningTicksLeft(int lightningTicksLeft)
public WorldBorder
F_()
getWorldBorder()
method_8621()
getWorldBorder()
public void
a(aac<?> arg0)
sendPacketToServer(Packet<?> arg0)
method_8522(class_2596<?> arg0)
sendPacket(Packet<?> packet)
public DimensionType
G_()
dimensionType()
method_8597()
getDimension()
public Holder<DimensionType>
ag()
dimensionTypeRegistration()
method_40134()
getDimensionEntry()
public ResourceKey<Level>
ah()
dimension()
method_27983()
getRegistryKey()
public RandomSource
H_()
getRandom()
method_8409()
getRandom()
public boolean
a(jh arg0, Predicate<dxv> arg1)
isStateAtPosition(BlockPos arg0, Predicate<BlockState> arg1)
method_16358(class_2338 arg0, Predicate<class_2680> arg1)
testBlockState(BlockPos arg0, Predicate<BlockState> arg1)
public boolean
b(jh arg0, Predicate<etx> arg1)
isFluidAtPosition(BlockPos arg0, Predicate<FluidState> arg1)
method_35237(class_2338 arg0, Predicate<class_3610> arg1)
testFluidState(BlockPos arg0, Predicate<FluidState> arg1)
public abstract RecipeAccess
P()
recipeAccess()
method_8433()
getRecipeManager()
public BlockPos
a(int arg0, int arg1, int arg2, int arg3)
getBlockRandomPos(int arg0, int arg1, int arg2, int arg3)
method_8536(int arg0, int arg1, int arg2, int arg3)
getRandomPosInChunk(int x, int y, int z, int arg3)
public boolean
u()
noSave()
method_8458()
isSavingDisabled()
public BiomeManager
I_()
getBiomeManager()
method_22385()
getBiomeAccess()
public final boolean
ai()
isDebug()
method_27982()
isDebugWorld()
protected abstract LevelEntityGetter<Entity>
G()
getEntities()
method_31592()
getEntityLookup()
public long
J_()
nextSubTickCount()
method_39224()
getTickOrder()
public RegistryAccess
K_()
registryAccess()
method_30349()
getRegistryManager()
public DamageSources
aj()
damageSources()
method_48963()
getDamageSources()
public abstract PotionBrewing
K()
potionBrewing()
method_59547()
getBrewingRecipeRegistry()
public abstract FuelValues
L()
fuelValues()
method_61269()
getFuelRegistry()