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 VibrationInfoModifier and TypeFieldDescription(package private) VibrationInfo
VibrationSystem.Data.currentVibration
Fields in net.minecraft.world.level.gameevent.vibrations with type parameters of type VibrationInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VibrationInfo>
VibrationInfo.CODEC
private Optional<org.apache.commons.lang3.tuple.Pair<VibrationInfo,
Long>> VibrationSelector.currentVibrationData
Methods in net.minecraft.world.level.gameevent.vibrations that return VibrationInfoMethods 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 TypeMethodDescriptionvoid
VibrationSelector.addCandidate
(VibrationInfo p_250149_, long p_249749_) private static boolean
VibrationSystem.Ticker.receiveVibration
(ServerLevel p_282967_, VibrationSystem.Data p_283447_, VibrationSystem.User p_282301_, VibrationInfo p_281498_) void
VibrationSystem.Data.setCurrentVibration
(VibrationInfo p_282049_) private boolean
VibrationSelector.shouldReplaceVibration
(VibrationInfo p_248697_, long p_249040_) Constructors in net.minecraft.world.level.gameevent.vibrations with parameters of type VibrationInfoModifierConstructorDescriptionprivate
Data
(VibrationInfo p_281967_, VibrationSelector p_283036_, int p_283607_, boolean p_282438_) Constructor parameters in net.minecraft.world.level.gameevent.vibrations with type arguments of type VibrationInfoModifierConstructorDescriptionVibrationSelector
(Optional<VibrationInfo> p_251736_, long p_251649_)