Uses of Interface
net.minecraft.world.level.gameevent.vibrations.VibrationSystem.User
Packages that use VibrationSystem.User
Package
Description
-
Uses of VibrationSystem.User in net.minecraft.world.entity.animal.allay
Classes in net.minecraft.world.entity.animal.allay that implement VibrationSystem.UserFields in net.minecraft.world.entity.animal.allay declared as VibrationSystem.UserMethods in net.minecraft.world.entity.animal.allay that return VibrationSystem.User -
Uses of VibrationSystem.User in net.minecraft.world.entity.monster.warden
Classes in net.minecraft.world.entity.monster.warden that implement VibrationSystem.UserFields in net.minecraft.world.entity.monster.warden declared as VibrationSystem.UserMethods in net.minecraft.world.entity.monster.warden that return VibrationSystem.User -
Uses of VibrationSystem.User in net.minecraft.world.level.block.entity
Classes in net.minecraft.world.level.block.entity that implement VibrationSystem.UserModifier and TypeClassDescriptionprotected class
protected class
(package private) class
Fields in net.minecraft.world.level.block.entity declared as VibrationSystem.UserModifier and TypeFieldDescriptionprivate final VibrationSystem.User
SculkSensorBlockEntity.vibrationUser
private final VibrationSystem.User
SculkShriekerBlockEntity.vibrationUser
Methods in net.minecraft.world.level.block.entity that return VibrationSystem.UserModifier and TypeMethodDescriptionCalibratedSculkSensorBlockEntity.createVibrationUser()
SculkSensorBlockEntity.createVibrationUser()
SculkSensorBlockEntity.getVibrationUser()
SculkShriekerBlockEntity.getVibrationUser()
-
Uses of VibrationSystem.User in net.minecraft.world.level.gameevent.vibrations
Methods in net.minecraft.world.level.gameevent.vibrations that return VibrationSystem.UserMethods in net.minecraft.world.level.gameevent.vibrations with parameters of type VibrationSystem.UserModifier and TypeMethodDescriptionprivate static boolean
VibrationSystem.Ticker.receiveVibration
(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser, VibrationInfo pVibrationInfo) static void
VibrationSystem.Ticker.tick
(Level pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) private static void
VibrationSystem.Ticker.tryReloadVibrationParticle
(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser) private static void
VibrationSystem.Ticker.trySelectAndScheduleVibration
(ServerLevel pLevel, VibrationSystem.Data pData, VibrationSystem.User pUser)