Interface VibrationSystem.Ticker
- Enclosing interface:
VibrationSystem
public static interface VibrationSystem.Ticker
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionprivate static boolean
areAdjacentChunksTicking
(Level pLevel, BlockPos pPos) private static boolean
receiveVibration
(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser, VibrationInfo pVibrationInfo) static void
tick
(Level pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) private static void
tryReloadVibrationParticle
(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) private static void
trySelectAndScheduleVibration
(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
-