Uses of Record Class
net.minecraft.world.level.gameevent.vibrations.VibrationInfo
Packages that use VibrationInfo
-
Uses of VibrationInfo in net.minecraft.world.level.gameevent.vibrations
Fields in net.minecraft.world.level.gameevent.vibrations declared as VibrationInfoFields in net.minecraft.world.level.gameevent.vibrations with type parameters of type VibrationInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VibrationInfo>VibrationInfo.CODECprivate Optional<org.apache.commons.lang3.tuple.Pair<VibrationInfo,Long>> VibrationSelector.currentVibrationDataMethods in net.minecraft.world.level.gameevent.vibrations that return types with arguments of type VibrationInfoMethods in net.minecraft.world.level.gameevent.vibrations with parameters of type VibrationInfoModifier and TypeMethodDescriptionvoidVibrationSelector.addCandidate(VibrationInfo p_250149_, long p_249749_) private booleanVibrationSelector.shouldReplaceVibration(VibrationInfo p_248697_, long p_249040_) Constructors in net.minecraft.world.level.gameevent.vibrations with parameters of type VibrationInfoModifierConstructorDescriptionprivateVibrationListener(PositionSource p_252286_, int p_249404_, VibrationListener.VibrationListenerConfig p_251761_, VibrationInfo p_250360_, VibrationSelector p_250234_, int p_248651_) Constructor parameters in net.minecraft.world.level.gameevent.vibrations with type arguments of type VibrationInfoModifierConstructorDescriptionVibrationSelector(Optional<VibrationInfo> p_251736_, long p_251649_)