Interface VibrationSystem.Ticker
- Enclosing interface:
VibrationSystem
public static interface VibrationSystem.Ticker
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionprivate static booleanareAdjacentChunksTicking(Level pLevel, BlockPos pPos) private static booleanreceiveVibration(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser, VibrationInfo pVibrationInfo) static voidtick(Level pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) private static voidtryReloadVibrationParticle(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) private static voidtrySelectAndScheduleVibration(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser)
-
Method Details
-
tick
-
trySelectAndScheduleVibration
private static void trySelectAndScheduleVibration(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) -
tryReloadVibrationParticle
private static void tryReloadVibrationParticle(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) -
receiveVibration
private static boolean receiveVibration(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser, VibrationInfo pVibrationInfo) -
areAdjacentChunksTicking
-