Class CalibratedSculkSensorBlockEntity.VibrationUser
java.lang.Object
net.minecraft.world.level.block.entity.SculkSensorBlockEntity.VibrationUser
net.minecraft.world.level.block.entity.CalibratedSculkSensorBlockEntity.VibrationUser
- All Implemented Interfaces:
- VibrationSystem.User
- Enclosing class:
- CalibratedSculkSensorBlockEntity
protected class CalibratedSculkSensorBlockEntity.VibrationUser
extends SculkSensorBlockEntity.VibrationUser
- 
Field SummaryFields inherited from class net.minecraft.world.level.block.entity.SculkSensorBlockEntity.VibrationUserblockPos, LISTENER_RANGE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanReceiveVibration(ServerLevel p_282061_, BlockPos p_282550_, GameEvent p_281789_, GameEvent.Context p_281456_) private intgetBackSignal(Level p_282204_, BlockPos p_282397_, BlockState p_282240_) intMethods inherited from class net.minecraft.world.level.block.entity.SculkSensorBlockEntity.VibrationUsercanTriggerAvoidVibration, getPositionSource, onDataChanged, onReceiveVibration, requiresAdjacentChunksToBeTickingMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.gameevent.vibrations.VibrationSystem.UsercalculateTravelTimeInTicks, getListenableEvents, isValidVibration
- 
Constructor Details- 
VibrationUser
 
- 
- 
Method Details- 
getListenerRadiuspublic int getListenerRadius()- Specified by:
- getListenerRadiusin interface- VibrationSystem.User
- Overrides:
- getListenerRadiusin class- SculkSensorBlockEntity.VibrationUser
 
- 
canReceiveVibrationpublic boolean canReceiveVibration(ServerLevel p_282061_, BlockPos p_282550_, GameEvent p_281789_, @Nullable GameEvent.Context p_281456_) - Specified by:
- canReceiveVibrationin interface- VibrationSystem.User
- Overrides:
- canReceiveVibrationin class- SculkSensorBlockEntity.VibrationUser
 
- 
getBackSignal
 
-