net.minecraft.world.level

public abstract class Level

implements LevelAccessor, AutoCloseable

bwp
net.minecraft.world.level.Level
net.minecraft.class_1937
net.minecraft.unmapped.C_cdctfzbn
net.minecraft.world.World
net.minecraft.src.C_1596_
net.minecraft.world.level.World

Field summary

Modifier and TypeField
protected static final org.apache.logging.log4j.Logger
d
LOGGER
field_9224
f_gnzfyswz
LOGGER
f_46426_
public static final com.mojang.serialization.Codec<ResourceKey<Level>>
e
RESOURCE_KEY_CODEC
field_25178
f_lmvypcus
CODEC
f_46427_
public static final ResourceKey<Level>
f
OVERWORLD
field_25179
f_cbiryoco
OVERWORLD
f_46428_
public static final ResourceKey<Level>
g
NETHER
field_25180
f_oxotuivf
NETHER
f_46429_
public static final ResourceKey<Level>
h
END
field_25181
f_jpwdiojf
END
f_46430_
public static final int
i
MAX_LEVEL_SIZE
field_30965
f_xfrgfgyi
HORIZONTAL_LIMIT
f_151505_
public static final int
j
LONG_PARTICLE_CLIP_RANGE
field_30966
f_fzftbvmv
MAX_UPDATE_DEPTH
f_151506_
public static final int
k
SHORT_PARTICLE_CLIP_RANGE
field_30967
f_jhqnlxst
field_30967
f_151507_
private static final Direction[]
a
DIRECTIONS
field_9233
f_vypaqpci
DIRECTIONS
f_46422_
public static final int
l
MAX_BRIGHTNESS
field_30968
f_kzmsvqir
field_30968
f_151508_
public static final int
m
TICKS_PER_DAY
field_30969
f_khwqfnyv
field_30969
f_151509_
public static final int
n
MAX_ENTITY_SPAWN_Y
field_30970
f_ciwixdmd
MAX_Y
f_151510_
public static final int
o
MIN_ENTITY_SPAWN_Y
field_30971
f_ltnvvkbh
MIN_Y
f_151511_
protected final List<TickingBlockEntity>
p
blockEntityTickers
field_27082
f_dxefaeyr
blockEntityTickers
f_151512_
private final List<TickingBlockEntity>
b
pendingBlockEntityTickers
field_27081
f_btqcwhzq
pendingBlockEntityTickers
f_151503_
private boolean
c
tickingBlockEntities
field_9249
f_ifvsmesg
iteratingTickingBlockEntities
f_151504_
private final Thread
z
thread
field_17086
f_khmymmmr
thread
f_46423_
private final boolean
A
isDebug
field_24496
f_vioqbhue
debugWorld
f_46424_
private int
B
skyDarken
field_9226
f_phyzsxpf
ambientDarkness
f_46425_
protected int
q
randValue
field_9256
f_xiulbyck
lcgBlockSeed
f_46435_
protected final int
r
addend
field_9238
f_crftnqmt
lcgBlockSeedIncrement
f_46436_
protected float
s
oRainLevel
field_9253
f_csbozmqi
rainGradientPrev
f_46437_
protected float
t
rainLevel
field_9235
f_zqqsxjfb
rainGradient
f_46438_
protected float
u
oThunderLevel
field_9251
f_bohnctev
thunderGradientPrev
f_46439_
protected float
v
thunderLevel
field_9234
f_hfugkrtt
thunderGradient
f_46440_
public final Random
w
random
field_9229
f_kgwrxhxy
random
f_46441_
private final DimensionType
C
dimensionType
field_9247
f_nagworhh
dimension
f_46445_
protected final WritableLevelData
x
levelData
field_9232
f_uvswajab
properties
f_46442_
private final Supplier<ProfilerFiller>
D
profiler
field_16316
f_bwwywudi
profiler
f_46446_
public final boolean
y
isClientSide
field_9236
f_qyjyicxt
isClient
f_46443_
private final WorldBorder
E
worldBorder
field_9223
f_xzcshioj
border
f_46447_
private final BiomeManager
F
biomeManager
field_20639
f_flkepbnh
biomeAccess
f_46420_
private final ResourceKey<Level>
G
dimension
field_25176
f_xbmzgtxh
registryKey
f_46421_

Constructor summary

ModifierConstructor
protected (WritableLevelData properties, ResourceKey<Level> registryRef, DimensionType dimensionType, Supplier<ProfilerFiller> profiler, boolean isClient, boolean debugWorld, long seed)

Method summary

Modifier and TypeMethod
public boolean
j_()
isClientSide()
method_8608()
m_cnmhzsof()
isClient()
m_5776_()
isClientSide()
public MinecraftServer
n()
getServer()
method_8503()
m_fnlxbhsq()
getServer()
m_142572_()
getMinecraftServer()
public boolean
k(gg arg0)
isInWorldBounds(BlockPos arg0)
method_24794(class_2338 arg0)
m_oazwjzyp(C_hynzadkk arg0)
isInBuildLimit(BlockPos pos)
m_46739_(C_4675_ arg0)
isValidLocation(BlockPosition arg0)
public static boolean
l(gg arg0)
isInSpawnableBounds(BlockPos arg0)
method_25953(class_2338 arg0)
m_ysqwrcop(C_hynzadkk arg0)
isValid(BlockPos pos)
m_46741_(C_4675_ p_46742_)
private static boolean
E(gg arg0)
isInWorldBoundsHorizontal(BlockPos arg0)
method_8558(class_2338 arg0)
m_plfbuzkn(C_hynzadkk arg0)
isValidHorizontally(BlockPos pos)
m_46457_(C_4675_ p_46458_)
private static boolean
b(int arg0)
isOutsideSpawnableHeight(int arg0)
method_25952(int arg0)
m_aitngayn(int arg0)
isInvalidVertically(int y)
m_46724_(int p_46725_)
public LevelChunk
m(gg arg0)
getChunkAt(BlockPos arg0)
method_8500(class_2338 arg0)
m_rsnbcuug(C_hynzadkk arg0)
getWorldChunk(BlockPos pos)
m_46745_(C_4675_ arg0)
getChunkAtWorldCoords(BlockPosition arg0)
public LevelChunk
d(int arg0, int arg1)
getChunk(int arg0, int arg1)
method_8497(int arg0, int arg1)
m_rdconqkl(int arg0, int arg1)
getChunk(int arg0, int arg1)
m_6325_(int p_46728_, int arg1)
getChunkAt(int arg0, int arg1)
public ChunkAccess
a(int arg0, int arg1, cmp arg2, boolean arg3)
getChunk(int arg0, int arg1, ChunkStatus arg2, boolean arg3)
method_8402(int arg0, int arg1, class_2806 arg2, boolean arg3)
m_fmjkhicb(int arg0, int arg1, C_kogtzhzt arg2, boolean arg3)
getChunk(int arg0, int arg1, ChunkStatus arg2, boolean arg3)
m_6522_(int p_46503_, int p_46504_, C_2126_ p_46505_, boolean arg3)
getChunkAt(int arg0, int arg1, ChunkStatus arg2, boolean arg3)
public boolean
a(gg arg0, cks arg1, int arg2)
setBlock(BlockPos arg0, BlockState arg1, int arg2)
method_8652(class_2338 arg0, class_2680 arg1, int arg2)
m_tvibraom(C_hynzadkk arg0, C_txtbiemp arg1, int arg2)
setBlockState(BlockPos arg0, BlockState arg1, int arg2)
m_7731_(C_4675_ p_46602_, C_2064_ p_46603_, int arg2)
setTypeAndData(BlockPosition arg0, IBlockData arg1, int arg2)
public boolean
a(gg arg0, cks 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)
m_htquvoam(C_hynzadkk arg0, C_txtbiemp arg1, int arg2, int arg3)
setBlockState(BlockPos arg0, BlockState arg1, int arg2, int arg3)
m_6933_(C_4675_ p_46606_, C_2064_ p_46607_, int p_46608_, int arg3)
public void
a(gg arg0, cks arg1, cks arg2)
onBlockStateChange(BlockPos arg0, BlockState arg1, BlockState arg2)
method_19282(class_2338 arg0, class_2680 arg1, class_2680 arg2)
m_ihbufzih(C_hynzadkk arg0, C_txtbiemp arg1, C_txtbiemp arg2)
onBlockChanged(BlockPos pos, BlockState oldBlock, BlockState newBlock)
m_6559_(C_4675_ p_46610_, C_2064_ p_46611_, C_2064_ arg2)
public boolean
a(gg arg0, boolean arg1)
removeBlock(BlockPos arg0, boolean arg1)
method_8650(class_2338 arg0, boolean arg1)
m_qqxrgwdx(C_hynzadkk arg0, boolean arg1)
removeBlock(BlockPos arg0, boolean arg1)
m_7471_(C_4675_ p_46624_, boolean arg1)
public boolean
a(gg arg0, boolean arg1, atf arg2, int arg3)
destroyBlock(BlockPos arg0, boolean arg1, Entity arg2, int arg3)
method_30093(class_2338 arg0, boolean arg1, class_1297 arg2, int arg3)
m_vwwmkysb(C_hynzadkk arg0, boolean arg1, C_astfners arg2, int arg3)
breakBlock(BlockPos arg0, boolean arg1, Entity arg2, int arg3)
m_7740_(C_4675_ p_46627_, boolean p_46628_, C_507_ p_46629_, int arg3)
public void
a(gg arg0, cks arg1)
addDestroyBlockEffect(BlockPos arg0, BlockState arg1)
method_31595(class_2338 arg0, class_2680 arg1)
m_ljwwyazj(C_hynzadkk arg0, C_txtbiemp arg1)
addBlockBreakParticles(BlockPos pos, BlockState state)
m_142052_(C_4675_ p_151532_, C_2064_ arg1)
public boolean
b(gg arg0, cks arg1)
setBlockAndUpdate(BlockPos arg0, BlockState arg1)
method_8501(class_2338 arg0, class_2680 arg1)
m_leykbaxa(C_hynzadkk arg0, C_txtbiemp arg1)
setBlockState(BlockPos pos, BlockState state)
m_46597_(C_4675_ p_46599_, C_2064_ arg1)
setTypeUpdate(BlockPosition arg0, IBlockData arg1)
public abstract void
a(gg arg0, cks arg1, cks 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)
m_dmpgcjnl(C_hynzadkk arg0, C_txtbiemp arg1, C_txtbiemp arg2, int arg3)
updateListeners(BlockPos pos, BlockState oldState, BlockState newState, int flags)
m_7260_(C_4675_ p_46613_, C_2064_ p_46614_, C_2064_ p_46615_, int arg3)
notify(BlockPosition arg0, IBlockData arg1, IBlockData arg2, int arg3)
public void
b(gg arg0, cks arg1, cks arg2)
setBlocksDirty(BlockPos arg0, BlockState arg1, BlockState arg2)
method_16109(class_2338 arg0, class_2680 arg1, class_2680 arg2)
m_eicusrke(C_hynzadkk arg0, C_txtbiemp arg1, C_txtbiemp arg2)
scheduleBlockRerenderIfNeeded(BlockPos pos, BlockState old, BlockState updated)
m_6550_(C_4675_ p_46679_, C_2064_ p_46680_, C_2064_ arg2)
public void
b(gg arg0, bzo arg1)
updateNeighborsAt(BlockPos arg0, Block arg1)
method_8452(class_2338 arg0, class_2248 arg1)
m_vtkdplrr(C_hynzadkk arg0, C_mmxmpdoq arg1)
updateNeighborsAlways(BlockPos pos, Block block)
m_46672_(C_4675_ p_46674_, C_1706_ arg1)
applyPhysics(BlockPosition arg0, Block arg1)
public void
a(gg arg0, bzo arg1, gl arg2)
updateNeighborsAtExceptFromFacing(BlockPos arg0, Block arg1, Direction arg2)
method_8508(class_2338 arg0, class_2248 arg1, class_2350 arg2)
m_pzvdwzsl(C_hynzadkk arg0, C_mmxmpdoq arg1, C_xpuuihxf arg2)
updateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction)
m_46590_(C_4675_ p_46592_, C_1706_ p_46593_, C_4687_ arg2)
public void
a(gg arg0, bzo arg1, gg arg2)
neighborChanged(BlockPos arg0, Block arg1, BlockPos arg2)
method_8492(class_2338 arg0, class_2248 arg1, class_2338 arg2)
m_gmwfpxou(C_hynzadkk arg0, C_mmxmpdoq arg1, C_hynzadkk arg2)
updateNeighbor(BlockPos pos, Block sourceBlock, BlockPos neighborPos)
m_46586_(C_4675_ p_46588_, C_1706_ p_46589_, C_4675_ arg2)
public int
a(cps$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)
m_ztjkuhbv(C_ybztoekc$C_wkdeqzbn arg0, int arg1, int arg2)
getTopY(Heightmap$Type arg0, int arg1, int arg2)
m_6924_(C_2190_$C_2191_ p_46572_, int p_46573_, int arg2)
public LevelLightEngine
k_()
getLightEngine()
method_22336()
m_qvmixhuq()
getLightingProvider()
m_5518_()
public BlockState
a_(gg arg0)
getBlockState(BlockPos arg0)
method_8320(class_2338 arg0)
m_cwgupilf(C_hynzadkk arg0)
getBlockState(BlockPos arg0)
m_8055_(C_4675_ arg0)
getType(BlockPosition arg0)
public FluidState
b_(gg arg0)
getFluidState(BlockPos arg0)
method_8316(class_2338 arg0)
m_ldbsxred(C_hynzadkk arg0)
getFluidState(BlockPos arg0)
m_6425_(C_4675_ arg0)
getFluid(BlockPosition arg0)
public boolean
P()
isDay()
method_8530()
m_idywdbzo()
isDay()
m_46461_()
isDay()
public boolean
Q()
isNight()
method_23886()
m_yihsckhz()
isNight()
m_46462_()
isNight()
public void
a(bkd arg0, gg arg1, afd arg2, aff 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)
m_gcoioubf(C_jzrpycqo arg0, C_hynzadkk arg1, C_avavozay arg2, C_pqzizukq arg3, float arg4, float arg5)
playSound(PlayerEntity arg0, BlockPos arg1, SoundEvent arg2, SoundCategory arg3, float arg4, float arg5)
m_5594_(C_1141_ p_46561_, C_4675_ p_46562_, C_123_ p_46563_, C_125_ p_46564_, float p_46565_, float arg5)
playSound(EntityHuman arg0, BlockPosition arg1, SoundEffect arg2, SoundCategory arg3, float arg4, float arg5)
public abstract void
a(bkd arg0, double arg1, double arg2, double arg3, afd arg4, aff arg5, float arg6, float arg7)
playSound(Player arg0, double arg1, double arg2, double arg3, SoundEvent arg4, SoundSource arg5, float arg6, float arg7)
method_8465(class_1657 arg0, double arg1, double arg2, double arg3, class_3414 arg4, class_3419 arg5, float arg6, float arg7)
m_mgrwyqko(C_jzrpycqo arg0, double arg1, double arg2, double arg3, C_avavozay arg4, C_pqzizukq arg5, float arg6, float arg7)
playSound(PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)
m_6263_(C_1141_ p_46544_, double p_46545_, double p_46547_, double p_46549_, C_123_ arg4, C_125_ arg5, float arg6, float arg7)
playSound(EntityHuman arg0, double arg1, double arg2, double arg3, SoundEffect arg4, SoundCategory arg5, float arg6, float arg7)
public abstract void
a(bkd arg0, atf arg1, afd arg2, aff arg3, float arg4, float arg5)
playSound(Player arg0, Entity arg1, SoundEvent arg2, SoundSource arg3, float arg4, float arg5)
method_8449(class_1657 arg0, class_1297 arg1, class_3414 arg2, class_3419 arg3, float arg4, float arg5)
m_aggbfygi(C_jzrpycqo arg0, C_astfners arg1, C_avavozay arg2, C_pqzizukq arg3, float arg4, float arg5)
playSoundFromEntity(PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
m_6269_(C_1141_ p_46552_, C_507_ p_46553_, C_123_ p_46554_, C_125_ p_46555_, float p_46556_, float arg5)
playSound(EntityHuman arg0, Entity arg1, SoundEffect arg2, SoundCategory arg3, float arg4, float arg5)
public void
a(double arg0, double arg1, double arg2, afd arg3, aff 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)
m_ihnwblce(double arg0, double arg1, double arg2, C_avavozay arg3, C_pqzizukq arg4, float arg5, float arg6, boolean arg7)
playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
m_7785_(double p_46483_, double p_46485_, double p_46487_, C_123_ p_46489_, C_125_ arg4, float arg5, float arg6, boolean arg7)
public void
a(ht 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)
m_bmupbnfh(C_nqucohct 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)
m_7106_(C_4756_ p_46632_, double p_46633_, double p_46635_, double p_46637_, double arg4, double arg5, double arg6)
addParticle(ParticleParam arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
public void
a(ht 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)
m_jgcdfdeq(C_nqucohct 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)
m_6493_(C_4756_ p_46639_, boolean p_46640_, double p_46641_, double p_46643_, double p_46645_, double arg5, double arg6, double arg7)
public void
b(ht 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)
m_zelqnisf(C_nqucohct 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)
m_7107_(C_4756_ p_46685_, double p_46686_, double p_46688_, double p_46690_, double arg4, double arg5, double arg6)
public void
b(ht 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)
m_rojxhffu(C_nqucohct 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)
m_6485_(C_4756_ p_46692_, boolean p_46693_, double p_46694_, double p_46696_, double p_46698_, double arg5, double arg6, double arg7)
public float
a(float arg0)
getSunAngle(float arg0)
method_8442(float arg0)
m_offwleab(float arg0)
getSkyAngleRadians(float tickDelta)
m_46490_(float arg0)
public void
a(cjw arg0)
addBlockEntityTicker(TickingBlockEntity arg0)
method_31594(class_5562 arg0)
m_fjhzbigq(C_qznfczhx arg0)
addBlockEntityTicker(BlockEntityTickInvoker ticker)
m_151525_(C_141251_ arg0)
protected void
R()
tickBlockEntities()
method_18471()
m_idhpmqoa()
tickBlockEntities()
m_46463_()
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)
m_uhrnzysl(Consumer<T> arg0, T arg1)
tickEntity(Consumer<T> tickConsumer, T entity)
m_46653_(Consumer<T> p_46655_, T arg1)
public Explosion
a(atf arg0, double arg1, double arg2, double arg3, float arg4, bwh$a arg5)
explode(Entity arg0, double arg1, double arg2, double arg3, float arg4, Explosion$BlockInteraction arg5)
method_8437(class_1297 arg0, double arg1, double arg2, double arg3, float arg4, class_1927$class_4179 arg5)
m_qxzfupzv(C_astfners arg0, double arg1, double arg2, double arg3, float arg4, C_aahhrzpf$C_bhnzljtn arg5)
createExplosion(Entity entity, double x, double y, double z, float power, Explosion$DestructionType destructionType)
m_46511_(C_507_ p_46513_, double p_46514_, double p_46516_, double arg3, float arg4, C_1578_$C_1579_ arg5)
explode(Entity arg0, double arg1, double arg2, double arg3, float arg4, Explosion$Effect arg5)
public Explosion
a(atf arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, bwh$a arg6)
explode(Entity arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, Explosion$BlockInteraction arg6)
method_8537(class_1297 arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, class_1927$class_4179 arg6)
m_sgnhafwb(C_astfners arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, C_aahhrzpf$C_bhnzljtn arg6)
createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, Explosion$DestructionType destructionType)
m_46518_(C_507_ p_46520_, double p_46521_, double p_46523_, double p_46525_, float arg4, boolean arg5, C_1578_$C_1579_ arg6)
createExplosion(Entity arg0, double arg1, double arg2, double arg3, float arg4, boolean arg5, Explosion$Effect arg6)
public Explosion
a(atf arg0, asp arg1, bwi arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, bwh$a arg8)
explode(Entity arg0, DamageSource arg1, ExplosionDamageCalculator arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, Explosion$BlockInteraction arg8)
method_8454(class_1297 arg0, class_1282 arg1, class_5362 arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, class_1927$class_4179 arg8)
m_ztuprenl(C_astfners arg0, C_sbxfkpyv arg1, C_dmexlawk arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, C_aahhrzpf$C_bhnzljtn arg8)
createExplosion(Entity entity, DamageSource damageSource, ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, Explosion$DestructionType destructionType)
m_7703_(C_507_ p_46527_, C_489_ p_46528_, C_1580_ p_46529_, double p_46530_, double p_46532_, double p_46534_, float arg6, boolean arg7, C_1578_$C_1579_ arg8)
createExplosion(Entity arg0, DamageSource arg1, ExplosionDamageCalculator arg2, double arg3, double arg4, double arg5, float arg6, boolean arg7, Explosion$Effect arg8)
public abstract String
J()
gatherChunkSourceStats()
method_31419()
m_mmqmrwak()
asString()
m_46464_()
public BlockEntity
c_(gg arg0)
getBlockEntity(BlockPos arg0)
method_8321(class_2338 arg0)
m_jakjlsko(C_hynzadkk arg0)
getBlockEntity(BlockPos arg0)
m_7702_(C_4675_ arg0)
getTileEntity(BlockPosition arg0)
public void
a(cip arg0)
setBlockEntity(BlockEntity arg0)
method_8438(class_2586 arg0)
m_wziyyyom(C_kvegafmh arg0)
addBlockEntity(BlockEntity blockEntity)
m_151523_(C_1991_ arg0)
setTileEntity(TileEntity arg0)
public void
n(gg arg0)
removeBlockEntity(BlockPos arg0)
method_8544(class_2338 arg0)
m_iesdkxpk(C_hynzadkk arg0)
removeBlockEntity(BlockPos pos)
m_46747_(C_4675_ arg0)
removeTileEntity(BlockPosition arg0)
public boolean
o(gg arg0)
isLoaded(BlockPos arg0)
method_8477(class_2338 arg0)
m_ouvbezuy(C_hynzadkk arg0)
canSetBlock(BlockPos pos)
m_46749_(C_4675_ arg0)
public boolean
a(gg arg0, atf arg1, gl arg2)
loadedAndEntityCanStandOnFace(BlockPos arg0, Entity arg1, Direction arg2)
method_24368(class_2338 arg0, class_1297 arg1, class_2350 arg2)
m_cftbxfln(C_hynzadkk arg0, C_astfners arg1, C_xpuuihxf arg2)
isDirectionSolid(BlockPos pos, Entity entity, Direction direction)
m_46578_(C_4675_ p_46580_, C_507_ p_46581_, C_4687_ arg2)
public boolean
a(gg arg0, atf arg1)
loadedAndEntityCanStandOn(BlockPos arg0, Entity arg1)
method_8515(class_2338 arg0, class_1297 arg1)
m_thuraolg(C_hynzadkk arg0, C_astfners arg1)
isTopSolid(BlockPos pos, Entity entity)
m_46575_(C_4675_ p_46577_, C_507_ arg1)
public void
S()
updateSkyBrightness()
method_8533()
m_jmpgqbuj()
calculateAmbientDarkness()
m_46465_()
public void
b(boolean arg0, boolean arg1)
setSpawnSettings(boolean arg0, boolean arg1)
method_8424(boolean arg0, boolean arg1)
m_lrfooggi(boolean arg0, boolean arg1)
setMobSpawnOptions(boolean spawnMonsters, boolean spawnAnimals)
m_46703_(boolean p_46705_, boolean arg1)
setSpawnFlags(boolean arg0, boolean arg1)
protected void
T()
prepareWeather()
method_8543()
m_ipzhyyma()
initWeatherGradients()
m_46466_()
public void
close()
close()
close()
public BlockGetter
c(int arg0, int arg1)
getChunkForCollisions(int arg0, int arg1)
method_22338(int arg0, int arg1)
m_cdodgqhq(int arg0, int arg1)
getChunkAsView(int arg0, int arg1)
m_7925_(int p_46712_, int arg1)
public List<Entity>
a(atf arg0, dmv arg1, Predicate<? super atf> arg2)
getEntities(Entity arg0, AABB arg1, Predicate<? super Entity> arg2)
method_8333(class_1297 arg0, class_238 arg1, Predicate<? super class_1297> arg2)
m_bvadoixo(C_astfners arg0, C_hbcjzgoe arg1, Predicate<? super C_astfners> arg2)
getOtherEntities(Entity arg0, Box arg1, Predicate<? super Entity> arg2)
m_6249_(C_507_ p_46537_, C_3040_ p_46538_, Predicate<? super C_507_> arg2)
getEntities(Entity arg0, AxisAlignedBB arg1, Predicate<? super Entity> arg2)
public <T extends Entity> List<T>
a(coj<atf, T> arg0, dmv 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)
m_svchvujj(C_ocpldaah<C_astfners, T> arg0, C_hbcjzgoe arg1, Predicate<? super T> arg2)
getEntitiesByType(TypeFilter<Entity, T> arg0, Box arg1, Predicate<? super T> arg2)
m_142425_(C_141287_<C_507_, T> p_151529_, C_3040_ p_151530_, Predicate<? super T> arg2)
public abstract Entity
a(int arg0)
getEntity(int arg0)
method_8469(int arg0)
m_lpfzsvqv(int arg0)
getEntityById(int id)
m_6815_(int arg0)
getEntity(int arg0)
public void
p(gg arg0)
blockEntityChanged(BlockPos arg0)
method_8524(class_2338 arg0)
m_cylusepa(C_hynzadkk arg0)
markDirty(BlockPos pos)
m_151543_(C_4675_ arg0)
public int
l_()
getSeaLevel()
method_8615()
m_iscraqpz()
getSeaLevel()
m_5736_()
getSeaLevel()
public int
q(gg arg0)
getDirectSignalTo(BlockPos arg0)
method_8488(class_2338 arg0)
m_bwleesdb(C_hynzadkk arg0)
getReceivedStrongRedstonePower(BlockPos pos)
m_46751_(C_4675_ arg0)
getBlockPower(BlockPosition arg0)
public boolean
a(gg arg0, gl arg1)
hasSignal(BlockPos arg0, Direction arg1)
method_8459(class_2338 arg0, class_2350 arg1)
m_cosjeaoq(C_hynzadkk arg0, C_xpuuihxf arg1)
isEmittingRedstonePower(BlockPos pos, Direction direction)
m_46616_(C_4675_ p_46618_, C_4687_ arg1)
isBlockFacePowered(BlockPosition arg0, EnumDirection arg1)
public int
b(gg arg0, gl arg1)
getSignal(BlockPos arg0, Direction arg1)
method_8499(class_2338 arg0, class_2350 arg1)
m_rbciwyji(C_hynzadkk arg0, C_xpuuihxf arg1)
getEmittedRedstonePower(BlockPos pos, Direction direction)
m_46681_(C_4675_ p_46683_, C_4687_ arg1)
getBlockFacePower(BlockPosition arg0, EnumDirection arg1)
public boolean
r(gg arg0)
hasNeighborSignal(BlockPos arg0)
method_8479(class_2338 arg0)
m_rorehhll(C_hynzadkk arg0)
isReceivingRedstonePower(BlockPos pos)
m_46753_(C_4675_ arg0)
isBlockIndirectlyPowered(BlockPosition arg0)
public int
s(gg arg0)
getBestNeighborSignal(BlockPos arg0)
method_8482(class_2338 arg0)
m_dhgnxris(C_hynzadkk arg0)
getReceivedRedstonePower(BlockPos pos)
m_46755_(C_4675_ arg0)
public void
U()
disconnect()
method_8525()
m_bbirufyx()
disconnect()
m_7462_()
public long
V()
getGameTime()
method_8510()
m_xkszqtiq()
getTime()
m_46467_()
getTime()
public long
W()
getDayTime()
method_8532()
m_ooexoowv()
getTimeOfDay()
m_46468_()
getDayTime()
public boolean
a(bkd arg0, gg arg1)
mayInteract(Player arg0, BlockPos arg1)
method_8505(class_1657 arg0, class_2338 arg1)
m_mtjavzfl(C_jzrpycqo arg0, C_hynzadkk arg1)
canPlayerModifyAt(PlayerEntity player, BlockPos pos)
m_7966_(C_1141_ p_46558_, C_4675_ arg1)
public void
a(atf arg0, byte arg1)
broadcastEntityEvent(Entity arg0, byte arg1)
method_8421(class_1297 arg0, byte arg1)
m_zlmwnihs(C_astfners arg0, byte arg1)
sendEntityStatus(Entity entity, byte status)
m_7605_(C_507_ p_46510_, byte arg1)
broadcastEntityEffect(Entity arg0, byte arg1)
public void
a(gg arg0, bzo 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)
m_izxuuard(C_hynzadkk arg0, C_mmxmpdoq arg1, int arg2, int arg3)
addSyncedBlockEvent(BlockPos pos, Block block, int type, int data)
m_7696_(C_4675_ p_46583_, C_1706_ p_46584_, int p_46585_, int arg3)
playBlockAction(BlockPosition arg0, Block arg1, int arg2, int arg3)
public LevelData
m_()
getLevelData()
method_8401()
m_eudwfuph()
getLevelProperties()
m_6106_()
getWorldData()
public GameRules
X()
getGameRules()
method_8450()
m_nysixjre()
getGameRules()
m_46469_()
getGameRules()
public float
b(float arg0)
getThunderLevel(float arg0)
method_8478(float arg0)
m_xlotwvuk(float arg0)
getThunderGradient(float delta)
m_46661_(float arg0)
public void
c(float arg0)
setThunderLevel(float arg0)
method_8496(float arg0)
m_mvyixtge(float arg0)
setThunderGradient(float thunderGradient)
m_46707_(float arg0)
public float
d(float arg0)
getRainLevel(float arg0)
method_8430(float arg0)
m_aaumwgbp(float arg0)
getRainGradient(float delta)
m_46722_(float arg0)
public void
e(float arg0)
setRainLevel(float arg0)
method_8519(float arg0)
m_efjguyjg(float arg0)
setRainGradient(float rainGradient)
m_46734_(float arg0)
public boolean
Y()
isThundering()
method_8546()
m_hqnvlben()
isThundering()
m_46470_()
public boolean
Z()
isRaining()
method_8419()
m_mnoqfxga()
isRaining()
m_46471_()
isRaining()
public boolean
t(gg arg0)
isRainingAt(BlockPos arg0)
method_8520(class_2338 arg0)
m_cwgxxeck(C_hynzadkk arg0)
hasRain(BlockPos pos)
m_46758_(C_4675_ arg0)
isRainingAt(BlockPosition arg0)
public boolean
u(gg arg0)
isHumidAt(BlockPos arg0)
method_8480(class_2338 arg0)
m_wxreehgi(C_hynzadkk arg0)
hasHighHumidity(BlockPos pos)
m_46761_(C_4675_ arg0)
public abstract MapItemSavedData
a(String arg0)
getMapData(String arg0)
method_17891(String arg0)
m_olkmteoq(String arg0)
getMapState(String id)
m_7489_(String arg0)
public abstract void
a(String arg0, dhs arg1)
setMapData(String arg0, MapItemSavedData arg1)
method_17890(String arg0, class_22 arg1)
m_pvhwkaaj(String arg0, C_nvpllgmg arg1)
putMapState(String id, MapState state)
m_142325_(String p_151534_, C_2771_ arg1)
public abstract int
v()
getFreeMapId()
method_17889()
m_lihtykei()
getNextMapId()
m_7354_()
getWorldMapCount()
public void
b(int arg0, gg arg1, int arg2)
globalLevelEvent(int arg0, BlockPos arg1, int arg2)
method_8474(int arg0, class_2338 arg1, int arg2)
m_deqhnown(int arg0, C_hynzadkk arg1, int arg2)
syncGlobalEvent(int eventId, BlockPos pos, int data)
m_6798_(int p_46666_, C_4675_ p_46667_, int arg2)
public CrashReportCategory
a(q arg0)
fillReportDetails(CrashReport arg0)
method_8538(class_128 arg0)
m_zeanzqdx(C_bkefkbum arg0)
addDetailsToCrashReport(CrashReport report)
m_6026_(C_4883_ arg0)
public abstract void
a(int arg0, gg arg1, int arg2)
destroyBlockProgress(int arg0, BlockPos arg1, int arg2)
method_8517(int arg0, class_2338 arg1, int arg2)
m_kvxjplzd(int arg0, C_hynzadkk arg1, int arg2)
setBlockBreakingInfo(int entityId, BlockPos pos, int progress)
m_6801_(int p_46507_, C_4675_ p_46508_, int arg2)
public void
a(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, na arg6)
createFireworks(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, CompoundTag arg6)
method_8547(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, class_2487 arg6)
m_otijpntb(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, C_hhlwcnih arg6)
addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, NbtCompound nbt)
m_7228_(double p_46476_, double p_46478_, double p_46480_, double arg3, double arg4, double arg5, C_4917_ arg6)
public abstract Scoreboard
K()
getScoreboard()
method_8428()
m_odeocggc()
getScoreboard()
m_6188_()
getScoreboard()
public void
c(gg arg0, bzo arg1)
updateNeighbourForOutputSignal(BlockPos arg0, Block arg1)
method_8455(class_2338 arg0, class_2248 arg1)
m_qsuwatgh(C_hynzadkk arg0, C_mmxmpdoq arg1)
updateComparators(BlockPos pos, Block block)
m_46717_(C_4675_ p_46719_, C_1706_ arg1)
updateAdjacentComparators(BlockPosition arg0, Block arg1)
public DifficultyInstance
d_(gg arg0)
getCurrentDifficultyAt(BlockPos arg0)
method_8404(class_2338 arg0)
m_tssnbger(C_hynzadkk arg0)
getLocalDifficulty(BlockPos arg0)
m_6436_(C_4675_ arg0)
getDamageScaler(BlockPosition arg0)
public int
n_()
getSkyDarken()
method_8594()
m_euvuteoo()
getAmbientDarkness()
m_7445_()
public void
c(int arg0)
setSkyFlashTime(int arg0)
method_8509(int arg0)
m_cnpexxbj(int arg0)
setLightningTicksLeft(int lightningTicksLeft)
m_6580_(int arg0)
public WorldBorder
o_()
getWorldBorder()
method_8621()
m_buskdhke()
getWorldBorder()
m_6857_()
getWorldBorder()
public void
a(pk<?> arg0)
sendPacketToServer(Packet<?> arg0)
method_8522(class_2596<?> arg0)
m_iktqnbus(C_zyjtrjrl<?> arg0)
sendPacket(Packet<?> packet)
m_5503_(C_5028_<?> arg0)
public DimensionType
p_()
dimensionType()
method_8597()
m_lbecvxcw()
getDimension()
m_6042_()
getDimensionManager()
public ResourceKey<Level>
aa()
dimension()
method_27983()
m_cpgionsz()
getRegistryKey()
m_46472_()
getDimensionKey()
public Random
q_()
getRandom()
method_8409()
m_zjrueiug()
getRandom()
m_5822_()
getRandom()
public boolean
a(gg arg0, Predicate<cks> arg1)
isStateAtPosition(BlockPos arg0, Predicate<BlockState> arg1)
method_16358(class_2338 arg0, Predicate<class_2680> arg1)
m_vwpdpjct(C_hynzadkk arg0, Predicate<C_txtbiemp> arg1)
testBlockState(BlockPos arg0, Predicate<BlockState> arg1)
m_7433_(C_4675_ p_46621_, Predicate<C_2064_> arg1)
public boolean
b(gg arg0, Predicate<des> arg1)
isFluidAtPosition(BlockPos arg0, Predicate<FluidState> arg1)
method_35237(class_2338 arg0, Predicate<class_3610> arg1)
m_cihqxldy(C_hynzadkk arg0, Predicate<C_xqketiuf> arg1)
testFluidState(BlockPos arg0, Predicate<FluidState> arg1)
m_142433_(C_4675_ p_151542_, Predicate<C_2691_> arg1)
public abstract RecipeManager
q()
getRecipeManager()
method_8433()
m_arweyhee()
getRecipeManager()
m_7465_()
getCraftingManager()
public abstract TagContainer
r()
getTagManager()
method_8514()
m_hjpgestz()
getTagManager()
m_5999_()
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)
m_fammcwty(int arg0, int arg1, int arg2, int arg3)
getRandomPosInChunk(int x, int y, int z, int arg3)
m_46496_(int p_46498_, int p_46499_, int p_46500_, int arg3)
public boolean
s()
noSave()
method_8458()
m_eoeuakuf()
isSavingDisabled()
m_7441_()
isSavingDisabled()
public ProfilerFiller
ab()
getProfiler()
method_16107()
m_edhsfymk()
getProfiler()
m_46473_()
getMethodProfiler()
public Supplier<ProfilerFiller>
ac()
getProfilerSupplier()
method_24367()
m_rlypwwxo()
getProfilerSupplier()
m_46658_()
getMethodProfilerSupplier()
public BiomeManager
r_()
getBiomeManager()
method_22385()
m_evkthdnr()
getBiomeAccess()
m_7062_()
public final boolean
ad()
isDebug()
method_27982()
m_nycdauex()
isDebugWorld()
m_46659_()
isDebugWorld()
protected abstract LevelEntityGetter<Entity>
I()
getEntities()
method_31592()
m_odduxhhc()
getEntityLookup()
m_142646_()
getEntities()
protected void
a(atf arg0, cov arg1, gg arg2, int arg3)
postGameEventInRadius(Entity arg0, GameEvent arg1, BlockPos arg2, int arg3)
method_32886(class_1297 arg0, class_5712 arg1, class_2338 arg2, int arg3)
m_svtylocz(C_astfners arg0, C_cgkchrmc arg1, C_hynzadkk arg2, int arg3)
emitGameEvent(Entity entity, GameEvent gameEvent, BlockPos pos, int range)
m_151513_(C_507_ p_151515_, C_141307_ p_151516_, C_4675_ p_151517_, int arg3)