Interface VibrationSystem.Ticker
- Enclosing interface:
 - VibrationSystem
 
public static interface VibrationSystem.Ticker
- 
Method Summary
Static MethodsModifier and TypeMethodDescriptionprivate static booleanareAdjacentChunksTicking(Level p_282735_, BlockPos p_281722_) private static booleanreceiveVibration(ServerLevel p_282967_, VibrationSystem.Data p_283447_, VibrationSystem.User p_282301_, VibrationInfo p_281498_) static voidtick(Level p_281704_, VibrationSystem.Data p_282633_, VibrationSystem.User p_281564_) private static voidtryReloadVibrationParticle(ServerLevel p_282010_, VibrationSystem.Data p_282354_, VibrationSystem.User p_282958_) private static voidtrySelectAndScheduleVibration(ServerLevel p_282775_, VibrationSystem.Data p_282792_, VibrationSystem.User p_281845_)  
- 
Method Details
- 
tick
 - 
trySelectAndScheduleVibration
private static void trySelectAndScheduleVibration(ServerLevel p_282775_, VibrationSystem.Data p_282792_, VibrationSystem.User p_281845_)  - 
tryReloadVibrationParticle
private static void tryReloadVibrationParticle(ServerLevel p_282010_, VibrationSystem.Data p_282354_, VibrationSystem.User p_282958_)  - 
receiveVibration
private static boolean receiveVibration(ServerLevel p_282967_, VibrationSystem.Data p_283447_, VibrationSystem.User p_282301_, VibrationInfo p_281498_)  - 
areAdjacentChunksTicking
 
 -