Uses of Interface
net.minecraft.world.event.PositionSource
Package
Description
-
Uses of PositionSource in net.minecraft.block.entity
Modifier and TypeMethodDescriptionSculkCatalystBlockEntity.getPositionSource()
Returns the position source of this listener. -
Uses of PositionSource in net.minecraft.client.particle
ModifierConstructorDescription(package private)
VibrationParticle
(ClientWorld world, double x, double y, double z, PositionSource vibration, int maxAge) -
Uses of PositionSource in net.minecraft.client.render.debug
Modifier and TypeFieldDescriptionfinal PositionSource
GameEventDebugRenderer.Listener.positionSource
Modifier and TypeMethodDescriptionGameEventDebugRenderer.Listener.getPositionSource()
Returns the position source of this listener.Modifier and TypeMethodDescriptionvoid
GameEventDebugRenderer.addListener
(PositionSource positionSource, int range) -
Uses of PositionSource in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final PositionSource
AllayEntity.JukeboxEventListener.positionSource
Modifier and TypeMethodDescriptionAllayEntity.JukeboxEventListener.getPositionSource()
Returns the position source of this listener. -
Uses of PositionSource in net.minecraft.particle
Modifier and TypeFieldDescriptionprivate final PositionSource
VibrationParticleEffect.destination
ModifierConstructorDescriptionVibrationParticleEffect
(PositionSource destination, int arrivalInTicks) -
Uses of PositionSource in net.minecraft.world.event
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PositionSource>
PositionSource.CODEC
Modifier and TypeMethodDescriptionstatic <S extends PositionSourceType<T>,
T extends PositionSource>
Sstatic <T extends PositionSource>
voidPositionSourceType.write
(T positionSource, PacketByteBuf buf) Modifier and TypeMethodDescriptionstatic PositionSource
PositionSourceType.read
(PacketByteBuf buf) -
Uses of PositionSource in net.minecraft.world.event.listener
Modifier and TypeMethodDescriptionGameEventListener.getPositionSource()
Returns the position source of this listener.VibrationListener.getPositionSource()
Returns the position source of this listener.ModifierConstructorDescriptionVibrationListener
(PositionSource positionSource, int range, VibrationListener.Callback callback) private
VibrationListener
(PositionSource positionSource, int range, VibrationListener.Callback callback, @Nullable Vibration vibration, VibrationSelector selector, int delay)