接口 VibrationSystem.Ticker
- 封闭接口:
- VibrationSystem
public static interface VibrationSystem.Ticker
-
方法概要
静态方法修饰符和类型方法说明private 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)
-
方法详细资料
-
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
-