net.minecraft.client.multiplayer

public class ClientLevel

extends Level

All mapped superinterfaces:

LevelAccessor, EntityGetter, LevelReader, BlockAndTintGetter, BlockGetter, CollisionGetter, BiomeManager$NoiseBiomeSource, LevelSimulatedRW, LevelSimulatedReader, LevelWriter

dnl
net.minecraft.client.multiplayer.ClientLevel
net.minecraft.class_638
net.minecraft.unmapped.C_ghdnlrrw
net.minecraft.client.world.ClientWorld
net.minecraft.client.world.ClientWorld

Field summary

Modifier and TypeField
private final List<Entity>
a
globalEntities
field_17777
f_znwxkuvl
globalEntities
field_217428_a
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Entity>
b
entitiesById
field_17778
f_ryxsrisf
regularEntities
field_217429_b
private final ClientPacketListener
c
connection
field_3727
f_jjipfgoy
netHandler
field_73035_a
private final LevelRenderer
u
levelRenderer
field_17780
f_xsrdqdyy
worldRenderer
field_217430_d
private final Minecraft
v
minecraft
field_3729
f_qfyujzsr
client
field_73037_M
private final List<AbstractClientPlayer>
w
players
field_18226
f_hxjcfoiw
players
field_217431_w
private int
x
delayUntilNextMoodSound
field_3730
f_ehnhcnzn
ticksUntilCaveAmbientSound
field_184158_M
private Scoreboard
y
scoreboard
field_3733
f_behrbwkd
scoreboard
field_200261_M
private final Map<String, MapItemSavedData>
z
mapData
field_17675
f_vketyvfj
mapStates
field_217432_z
private int
A
skyFlashTime
field_21526
f_iwrrfcmo
lightningTicksLeft
field_228314_A_
private final it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap<ColorResolver, BlockTintCache>
B
tintCaches
field_21527
f_hmoyeysf
colorCache
field_228315_B_

Constructor summary

ModifierConstructor
public (ClientPacketListener arg0, LevelSettings levelInfo, DimensionType arg2, int chunkLoadDistance, ProfilerFiller arg4, LevelRenderer arg5)

Method summary

Modifier and TypeMethod
public void
a(BooleanSupplier arg0)
tick(BooleanSupplier arg0)
method_8441(BooleanSupplier arg0)
m_svjzxinu(BooleanSupplier arg0)
tick(BooleanSupplier arg0)
func_72835_b(BooleanSupplier arg0)
public Iterable<Entity>
b()
entitiesForRendering()
method_18112()
m_giiosqzp()
getEntities()
func_217416_b()
public void
g()
tickEntities()
method_18116()
m_fbbmqzbb()
tickEntities()
func_217419_d()
public void
a(akn arg0)
tickNonPassenger(Entity arg0)
method_18646(class_1297 arg0)
m_ykdzgnja(C_astfners arg0)
tickEntity(Entity entity)
func_217418_a(Entity arg0)
public void
a(akn arg0, akn arg1)
tickPassenger(Entity arg0, Entity arg1)
method_18647(class_1297 arg0, class_1297 arg1)
m_rplgnmem(C_astfners arg0, C_astfners arg1)
tickPassenger(Entity entity, Entity passenger)
func_217420_a(Entity arg0, Entity arg1)
public void
b(akn arg0)
updateChunkPos(Entity arg0)
method_18648(class_1297 arg0)
m_iqzvzqnd(C_astfners arg0)
checkChunk(Entity entity)
func_217423_b(Entity arg0)
public void
a(cai arg0)
unload(LevelChunk arg0)
method_18110(class_2818 arg0)
m_hxaplopj(C_hrdsvlkq arg0)
unloadBlockEntities(WorldChunk chunk)
func_217409_a(Chunk arg0)
public void
e(int arg0, int arg1)
onChunkLoaded(int arg0, int arg1)
method_23782(int arg0, int arg1)
m_yeggwwzp(int arg0, int arg1)
resetChunkColor(int arg0, int arg1)
func_228323_e_(int arg0, int arg1)
public void
h()
clearTintCaches()
method_23784()
m_rxasgxyz()
reloadColor()
func_228327_h_()
public boolean
b(int arg0, int arg1)
hasChunk(int arg0, int arg1)
method_8393(int arg0, int arg1)
m_vahflkwe(int arg0, int arg1)
isChunkLoaded(int arg0, int arg1)
func_217354_b(int arg0, int arg1)
isChunkLoaded(int arg0, int arg1)
private void
r()
playMoodSounds()
method_2939()
m_jhuaapyb()
tickCaveAmbientSound()
func_217426_j()
public int
j()
getEntityCount()
method_18120()
m_ckmpyiha()
getRegularEntityCount()
func_217425_f()
public void
a(avv arg0)
addLightning(LightningBolt arg0)
method_18108(class_1538 arg0)
m_dmrooekc(C_kbpqznyn arg0)
addLightning(LightningEntity lightning)
func_217410_a(LightningBoltEntity arg0)
public void
a(int arg0, dpv arg1)
addPlayer(int arg0, AbstractClientPlayer arg1)
method_18107(int arg0, class_742 arg1)
m_xzxepcal(int arg0, C_sgyyxgui arg1)
addPlayer(int id, AbstractClientPlayerEntity player)
func_217408_a(int arg0, AbstractClientPlayerEntity arg1)
public void
a(int arg0, akn arg1)
putNonPlayerEntity(int arg0, Entity arg1)
method_2942(int arg0, class_1297 arg1)
m_cdizatbl(int arg0, C_astfners arg1)
addEntity(int id, Entity entity)
func_217411_a(int arg0, Entity arg1)
private void
b(int arg0, akn arg1)
addEntity(int arg0, Entity arg1)
method_18114(int arg0, class_1297 arg1)
m_wcegjirv(int arg0, C_astfners arg1)
addEntityPrivate(int id, Entity entity)
func_217424_b(int arg0, Entity arg1)
public void
d(int arg0)
removeEntity(int arg0)
method_2945(int arg0)
m_cmotnzls(int arg0)
removeEntity(int arg0)
func_217413_d(int arg0)
private void
d(akn arg0)
onEntityRemoved(Entity arg0)
method_18117(class_1297 arg0)
m_wnmskdkp(C_astfners arg0)
finishRemovingEntity(Entity entity)
func_217414_d(Entity arg0)
public void
b(cai arg0)
reAddEntitiesToChunk(LevelChunk arg0)
method_18115(class_2818 arg0)
m_fkyqicsr(C_hrdsvlkq arg0)
addEntitiesToChunk(WorldChunk chunk)
func_217417_b(Chunk arg0)
public Entity
a(int arg0)
getEntity(int arg0)
method_8469(int arg0)
m_lpfzsvqv(int arg0)
getEntityById(int arg0)
func_73045_a(int arg0)
getEntity(int arg0)
public void
b(fk arg0, byg arg1)
setKnownState(BlockPos arg0, BlockState arg1)
method_2937(class_2338 arg0, class_2680 arg1)
m_palwpfdy(C_hynzadkk arg0, C_txtbiemp arg1)
setBlockStateWithoutNeighborUpdates(BlockPos arg0, BlockState arg1)
func_195597_b(BlockPos arg0, BlockState arg1)
public void
Q()
disconnect()
method_8525()
m_bbirufyx()
disconnect()
func_72882_A()
public void
c(int arg0, int arg1, int arg2)
animateTick(int arg0, int arg1, int arg2)
method_2941(int arg0, int arg1, int arg2)
m_kmgickts(int arg0, int arg1, int arg2)
doRandomBlockDisplayTicks(int xCenter, int yCenter, int arg2)
func_73029_E(int arg0, int arg1, int arg2)
public void
a(int arg0, int arg1, int arg2, int arg3, Random arg4, boolean arg5, fk$a arg6)
doAnimateTick(int arg0, int arg1, int arg2, int arg3, Random arg4, boolean arg5, BlockPos$MutableBlockPos arg6)
method_2943(int arg0, int arg1, int arg2, int arg3, Random arg4, boolean arg5, class_2338$class_2339 arg6)
m_siecpmxf(int arg0, int arg1, int arg2, int arg3, Random arg4, boolean arg5, C_hynzadkk$C_egqitdjk arg6)
randomBlockDisplayTick(int xCenter, int yCenter, int zCenter, int radius, Random random, boolean spawnBarrierParticles, BlockPos$Mutable arg6)
func_184153_a(int arg0, int arg1, int arg2, int arg3, Random arg4, boolean arg5, BlockPos$Mutable arg6)
private void
a(fk arg0, byg arg1, gt arg2, boolean arg3)
trySpawnDripParticles(BlockPos arg0, BlockState arg1, ParticleOptions arg2, boolean arg3)
method_2938(class_2338 arg0, class_2680 arg1, class_2394 arg2, boolean arg3)
m_pvimnyov(C_hynzadkk arg0, C_txtbiemp arg1, C_nqucohct arg2, boolean arg3)
addParticle(BlockPos pos, BlockState state, ParticleEffect parameters, boolean arg3)
func_211530_a(BlockPos arg0, BlockState arg1, IParticleData arg2, boolean arg3)
private void
a(fk arg0, gt arg1, cwc arg2, double arg3)
spawnParticle(BlockPos arg0, ParticleOptions arg1, VoxelShape arg2, double arg3)
method_2948(class_2338 arg0, class_2394 arg1, class_265 arg2, double arg3)
m_gnwqzacx(C_hynzadkk arg0, C_nqucohct arg1, C_zscvhwbd arg2, double arg3)
addParticle(BlockPos pos, ParticleEffect parameters, VoxelShape shape, double y)
func_211835_a(BlockPos arg0, IParticleData arg1, VoxelShape arg2, double arg3)
private void
a(double arg0, double arg1, double arg2, double arg3, double arg4, gt arg5)
spawnFluidParticle(double arg0, double arg1, double arg2, double arg3, double arg4, ParticleOptions arg5)
method_2932(double arg0, double arg1, double arg2, double arg3, double arg4, class_2394 arg5)
m_uanzgghj(double arg0, double arg1, double arg2, double arg3, double arg4, C_nqucohct arg5)
addParticle(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters)
func_211834_a(double arg0, double arg1, double arg2, double arg3, double arg4, IParticleData arg5)
public void
k()
removeAllPendingEntityRemovals()
method_2936()
m_jdceodpd()
finishRemovingEntities()
func_73022_a()
public CrashReportCategory
a(h arg0)
fillReportDetails(CrashReport arg0)
method_8538(class_128 arg0)
m_zeanzqdx(C_bkefkbum arg0)
addDetailsToCrashReport(CrashReport arg0)
func_72914_a(CrashReport arg0)
public void
a(ayg arg0, double arg1, double arg2, double arg3, aah arg4, aaj 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 arg0, double arg1, double arg2, double arg3, SoundEvent arg4, SoundCategory arg5, float arg6, float arg7)
func_184148_a(PlayerEntity arg0, double arg1, double arg2, double arg3, SoundEvent arg4, SoundCategory arg5, float arg6, float arg7)
playSound(EntityHuman arg0, double arg1, double arg2, double arg3, SoundEffect arg4, SoundCategory arg5, float arg6, float arg7)
public void
a(ayg arg0, akn arg1, aah arg2, aaj 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 arg0, Entity arg1, SoundEvent arg2, SoundCategory arg3, float arg4, float arg5)
func_217384_a(PlayerEntity arg0, Entity arg1, SoundEvent arg2, SoundCategory arg3, float arg4, float arg5)
playSound(EntityHuman arg0, Entity arg1, SoundEffect arg2, SoundCategory arg3, float arg4, float arg5)
public void
a(fk arg0, aah arg1, aaj arg2, float arg3, float arg4, boolean arg5)
playLocalSound(BlockPos arg0, SoundEvent arg1, SoundSource arg2, float arg3, float arg4, boolean arg5)
method_2947(class_2338 arg0, class_3414 arg1, class_3419 arg2, float arg3, float arg4, boolean arg5)
m_kgjixdvu(C_hynzadkk arg0, C_avavozay arg1, C_pqzizukq arg2, float arg3, float arg4, boolean arg5)
playSound(BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
func_184156_a(BlockPos arg0, SoundEvent arg1, SoundCategory arg2, float arg3, float arg4, boolean arg5)
public void
a(double arg0, double arg1, double arg2, aah arg3, aaj 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 arg0, double arg1, double arg2, SoundEvent arg3, SoundCategory arg4, float arg5, float arg6, boolean arg7)
func_184134_a(double arg0, double arg1, double arg2, SoundEvent arg3, SoundCategory arg4, float arg5, float arg6, boolean arg7)
public void
a(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, jt 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 arg0, double arg1, double arg2, double arg3, double arg4, double arg5, CompoundTag arg6)
func_92088_a(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, CompoundNBT arg6)
public void
a(lt<?> arg0)
sendPacketToServer(Packet<?> arg0)
method_8522(class_2596<?> arg0)
m_iktqnbus(C_zyjtrjrl<?> arg0)
sendPacket(Packet<?> arg0)
func_184135_a(IPacket<?> arg0)
public RecipeManager
s()
getRecipeManager()
method_8433()
m_arweyhee()
getRecipeManager()
func_199532_z()
getCraftingManager()
public void
a(cwi arg0)
setScoreboard(Scoreboard arg0)
method_2944(class_269 arg0)
m_yywouerb(C_ymwyplge arg0)
setScoreboard(Scoreboard scoreboard)
func_96443_a(Scoreboard arg0)
public void
b(long arg0)
setDayTime(long arg0)
method_8435(long arg0)
m_unnoblkh(long arg0)
setTimeOfDay(long arg0)
func_72877_b(long arg0)
setDayTime(long arg0)
public TickList<Block>
G()
getBlockTicks()
method_8397()
m_lpnurhso()
getBlockTickScheduler()
func_205220_G_()
getBlockTickList()
public TickList<Fluid>
F()
getLiquidTicks()
method_8405()
m_vdnkudza()
getFluidTickScheduler()
func_205219_F_()
getFluidTickList()
public ClientChunkCache
l()
getChunkSource()
method_2935()
m_ffrqtmgd()
getChunkManager()
func_72863_F()
getChunkProvider()
public MapItemSavedData
a(String arg0)
getMapData(String arg0)
method_17891(String arg0)
m_olkmteoq(String arg0)
getMapState(String arg0)
func_217406_a(String arg0)
public void
a(crd arg0)
setMapData(MapItemSavedData arg0)
method_17890(class_22 arg0)
m_pvhwkaaj(C_nvpllgmg arg0)
putMapState(MapState arg0)
func_217399_a(MapData arg0)
public int
y()
getFreeMapId()
method_17889()
m_lihtykei()
getNextMapId()
func_217395_y()
getWorldMapCount()
public Scoreboard
D()
getScoreboard()
method_8428()
m_odeocggc()
getScoreboard()
func_96441_U()
getScoreboard()
public TagManager
t()
getTagManager()
method_8514()
m_hjpgestz()
getTagManager()
func_205772_D()
public void
a(fk arg0, byg arg1, byg 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 arg0, BlockState arg1, BlockState arg2, int arg3)
func_184138_a(BlockPos arg0, BlockState arg1, BlockState arg2, int arg3)
notify(BlockPosition arg0, IBlockData arg1, IBlockData arg2, int arg3)
public void
b(fk arg0, byg arg1, byg 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)
checkBlockRerender(BlockPos arg0, BlockState arg1, BlockState arg2)
func_225319_b(BlockPos arg0, BlockState arg1, BlockState arg2)
public void
d(int arg0, int arg1, int arg2)
setSectionDirtyWithNeighbors(int arg0, int arg1, int arg2)
method_18113(int arg0, int arg1, int arg2)
m_wnfsegyt(int arg0, int arg1, int arg2)
scheduleBlockRenders(int x, int y, int z)
func_217427_b(int arg0, int arg1, int arg2)
public void
a(int arg0, fk 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 arg0, BlockPos arg1, int arg2)
func_175715_c(int arg0, BlockPos arg1, int arg2)
public void
b(int arg0, fk 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)
playGlobalEvent(int arg0, BlockPos arg1, int arg2)
func_175669_a(int arg0, BlockPos arg1, int arg2)
public void
a(ayg arg0, int arg1, fk arg2, int arg3)
levelEvent(Player arg0, int arg1, BlockPos arg2, int arg3)
method_8444(class_1657 arg0, int arg1, class_2338 arg2, int arg3)
m_kiwkevmb(C_jzrpycqo arg0, int arg1, C_hynzadkk arg2, int arg3)
playLevelEvent(PlayerEntity arg0, int arg1, BlockPos arg2, int arg3)
func_217378_a(PlayerEntity arg0, int arg1, BlockPos arg2, int arg3)
public void
a(gt 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)
func_195594_a(IParticleData arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
addParticle(ParticleParam arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
public void
a(gt 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 arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
func_195590_a(IParticleData arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
public void
b(gt 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 arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
func_195589_b(IParticleData arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
public void
b(gt 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 arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
func_217404_b(IParticleData arg0, boolean arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
public List<AbstractClientPlayer>
A()
players()
method_18456()
m_keuhwtge()
getPlayers()
func_217369_A()
getPlayers()
public Biome
a(int arg0, int arg1, int arg2)
getUncachedNoiseBiome(int arg0, int arg1, int arg2)
method_22387(int arg0, int arg1, int arg2)
m_yjbibpuo(int arg0, int arg1, int arg2)
getGeneratorStoredBiome(int arg0, int arg1, int arg2)
func_225604_a_(int arg0, int arg1, int arg2)
public float
g(float arg0)
getSkyDarken(float arg0)
method_23783(float arg0)
m_phlrcjyk(float arg0)
func_228326_g_(float arg0)
public Vec3
a(fk arg0, float arg1)
getSkyColor(BlockPos arg0, float arg1)
method_23777(class_2338 arg0, float arg1)
m_alvumyoa(C_hynzadkk arg0, float arg1)
func_228318_a_(BlockPos arg0, float arg1)
public Vec3
h(float arg0)
getCloudColor(float arg0)
method_23785(float arg0)
m_tafkdnvg(float arg0)
getCloudsColor(float tickDelta)
func_228328_h_(float arg0)
public Vec3
i(float arg0)
getFogColor(float arg0)
method_23786(float arg0)
m_ftzssiju(float arg0)
getFogColor(float tickDelta)
func_228329_i_(float arg0)
public float
j(float arg0)
getStarBrightness(float arg0)
method_23787(float arg0)
m_futjdoxn(float arg0)
func_228330_j_(float arg0)
public double
m()
getHorizonHeight()
method_23788()
m_dmwsaniu()
getSkyDarknessHeight()
func_228331_m_()
public int
n()
getSkyFlashTime()
method_23789()
m_vwpzllzw()
getLightningTicksLeft()
func_228332_n_()
public void
c(int arg0)
setSkyFlashTime(int arg0)
method_8509(int arg0)
m_cnpexxbj(int arg0)
setLightningTicksLeft(int arg0)
func_225605_c_(int arg0)
public int
a(fk arg0, ColorResolver arg1)
getBlockTint(BlockPos arg0, ColorResolver arg1)
method_23752(class_2338 arg0, ColorResolver arg1)
m_oskenyjr(C_hynzadkk arg0, net.minecraft.world.level.ColorResolver arg1)
getColor(BlockPos arg0, net.minecraft.world.level.ColorResolver arg1)
func_225525_a_(BlockPos arg0, ColorResolver arg1)
public int
b(fk arg0, ColorResolver arg1)
calculateBlockTint(BlockPos arg0, ColorResolver arg1)
method_23780(class_2338 arg0, ColorResolver arg1)
m_iesewwfc(C_hynzadkk arg0, net.minecraft.world.level.ColorResolver arg1)
calculateColor(BlockPos pos, net.minecraft.world.level.ColorResolver colorResolver)
func_228321_b_(BlockPos arg0, ColorResolver arg1)