Uses of Class
net.minecraft.world.event.listener.VibrationListener
Packages that use VibrationListener
Package
Description
-
Uses of VibrationListener in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as VibrationListenerModifier and TypeFieldDescriptionprivate VibrationListenerSculkSensorBlockEntity.listenerprivate VibrationListenerSculkShriekerBlockEntity.vibrationListenerMethods in net.minecraft.block.entity that return VibrationListenerModifier and TypeMethodDescriptionSculkSensorBlockEntity.getEventListener()SculkShriekerBlockEntity.getVibrationListener() -
Uses of VibrationListener in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type VibrationListenerModifier and TypeFieldDescriptionprivate final EntityGameEventHandler<VibrationListener>WardenEntity.gameEventHandler -
Uses of VibrationListener in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type VibrationListenerModifier and TypeFieldDescriptionprivate final EntityGameEventHandler<VibrationListener>AllayEntity.gameEventHandler -
Uses of VibrationListener in net.minecraft.world.event.listener
Methods in net.minecraft.world.event.listener that return types with arguments of type VibrationListenerModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<VibrationListener>VibrationListener.createCodec(VibrationListener.Callback callback)