net.minecraft.world.level.block.entity

public class SculkShriekerBlockEntity

extends BlockEntity implements GameEventListener$Provider<VibrationSystem$Listener>, VibrationSystem

All mapped superinterfaces:

GameEventListener$Provider, VibrationSystem

dwi
net.minecraft.world.level.block.entity.SculkShriekerBlockEntity
net.minecraft.class_7133
net.minecraft.block.entity.SculkShriekerBlockEntity
net.minecraft.world.level.block.entity.SculkShriekerBlockEntity

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_38237
LOGGER
private static final int
b
WARNING_SOUND_RADIUS
field_38750
field_38750
private static final int
c
WARDEN_SPAWN_ATTEMPTS
field_38751
WARDEN_SPAWN_TRIES
private static final int
d
WARDEN_SPAWN_RANGE_XZ
field_38752
WARDEN_SPAWN_HORIZONTAL_RANGE
private static final int
h
WARDEN_SPAWN_RANGE_Y
field_38753
WARDEN_SPAWN_VERTICAL_RANGE
private static final int
i
DARKNESS_RADIUS
field_38754
DARKNESS_RANGE
private static final int
j
SHRIEKING_TICKS
field_38756
SHRIEK_DELAY
private static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<SoundEvent>
k
SOUND_BY_LEVEL
field_38755
WARNING_SOUNDS
private int
l
warningLevel
field_38757
warningLevel
private final VibrationSystem$User
m
vibrationUser
field_44619
vibrationCallback
private VibrationSystem$Data
n
vibrationData
field_44620
vibrationListenerData
private final VibrationSystem$Listener
r
vibrationListener
field_38239
vibrationListener

Constructor summary

ModifierConstructor
public (BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
public VibrationSystem$Data
gp()
getVibrationData()
method_51298()
getVibrationListenerData()
public VibrationSystem$User
gq()
getVibrationUser()
method_51299()
getVibrationCallback()
protected void
a(ux arg0, js$a arg1)
loadAdditional(CompoundTag arg0, HolderLookup$Provider arg1)
method_11014(class_2487 arg0, class_7225$class_7874 arg1)
readNbt(NbtCompound arg0, RegistryWrapper$WrapperLookup arg1)
protected void
b(ux arg0, js$a arg1)
saveAdditional(CompoundTag arg0, HolderLookup$Provider arg1)
method_11007(class_2487 arg0, class_7225$class_7874 arg1)
writeNbt(NbtCompound arg0, RegistryWrapper$WrapperLookup arg1)
public static ServerPlayer
a(bvk arg0)
tryGetPlayer(Entity arg0)
method_44018(class_1297 arg0)
findResponsiblePlayerFromEntity(Entity entity)
public void
a(ash arg0, asi arg1)
tryShriek(ServerLevel arg0, ServerPlayer arg1)
method_43141(class_3218 arg0, class_3222 arg1)
shriek(ServerWorld world, ServerPlayerEntity player)
private boolean
b(ash arg0, asi arg1)
tryToWarn(ServerLevel arg0, ServerPlayer arg1)
method_43142(class_3218 arg0, class_3222 arg1)
trySyncWarningLevel(ServerWorld world, ServerPlayerEntity player)
private void
a(ash arg0, bvk arg1)
shriek(ServerLevel arg0, Entity arg1)
method_44017(class_3218 arg0, class_1297 arg1)
shriek(ServerWorld world, Entity entity)
private boolean
b(ash arg0)
canRespond(ServerLevel arg0)
method_43150(class_3218 arg0)
canWarn(ServerWorld world)
public void
a(ash arg0)
tryRespond(ServerLevel arg0)
method_43147(class_3218 arg0)
warn(ServerWorld world)
private void
b(dhi arg0)
playWardenReplySound(Level arg0)
method_43151(class_1937 arg0)
playWarningSound(World world)
private boolean
c(ash arg0)
trySummonWarden(ServerLevel arg0)
method_43148(class_3218 arg0)
trySpawnWarden(ServerWorld world)
public VibrationSystem$Listener
b()
getListener()
method_42325()
getEventListener()