Uses of Class
net.minecraft.world.level.gameevent.vibrations.VibrationSystem.Data
Packages that use VibrationSystem.Data
Package
Description
-
Uses of VibrationSystem.Data in net.minecraft.world.entity.animal.allay
Fields in net.minecraft.world.entity.animal.allay declared as VibrationSystem.DataMethods in net.minecraft.world.entity.animal.allay that return VibrationSystem.Data -
Uses of VibrationSystem.Data in net.minecraft.world.entity.monster.warden
Fields in net.minecraft.world.entity.monster.warden declared as VibrationSystem.DataMethods in net.minecraft.world.entity.monster.warden that return VibrationSystem.Data -
Uses of VibrationSystem.Data in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as VibrationSystem.DataModifier and TypeFieldDescriptionprivate VibrationSystem.DataSculkSensorBlockEntity.vibrationDataprivate VibrationSystem.DataSculkShriekerBlockEntity.vibrationDataMethods in net.minecraft.world.level.block.entity that return VibrationSystem.DataModifier and TypeMethodDescriptionSculkSensorBlockEntity.getVibrationData()SculkShriekerBlockEntity.getVibrationData() -
Uses of VibrationSystem.Data in net.minecraft.world.level.gameevent.vibrations
Fields in net.minecraft.world.level.gameevent.vibrations with type parameters of type VibrationSystem.DataModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<VibrationSystem.Data> VibrationSystem.Data.CODECMethods in net.minecraft.world.level.gameevent.vibrations that return VibrationSystem.DataMethods in net.minecraft.world.level.gameevent.vibrations with parameters of type VibrationSystem.DataModifier and TypeMethodDescriptionprivate static booleanVibrationSystem.Ticker.receiveVibration(ServerLevel level, VibrationSystem.Data data, VibrationSystem.User user, VibrationInfo vibrationInfo) private voidVibrationSystem.Listener.scheduleVibration(ServerLevel level, VibrationSystem.Data data, Holder<GameEvent> gameEvent, GameEvent.Context context, Vec3 pos, Vec3 sensorPos) static voidVibrationSystem.Ticker.tick(Level level, VibrationSystem.Data data, VibrationSystem.User user) private static voidVibrationSystem.Ticker.tryReloadVibrationParticle(ServerLevel level, VibrationSystem.Data data, VibrationSystem.User user) private static voidVibrationSystem.Ticker.trySelectAndScheduleVibration(ServerLevel level, VibrationSystem.Data data, VibrationSystem.User user)