Uses of Interface
net.minecraft.world.event.PositionSource
Packages that use PositionSource
Package
Description
-
Uses of PositionSource in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as PositionSourceModifier and TypeFieldDescriptionfinal PositionSource
GameEventDebugRenderer.Listener.positionSource
Methods in net.minecraft.client.render.debug that return PositionSourceModifier and TypeMethodDescriptionGameEventDebugRenderer.Listener.getPositionSource()
Returns the position source of this listener.Methods in net.minecraft.client.render.debug with parameters of type PositionSourceModifier and TypeMethodDescriptionvoid
GameEventDebugRenderer.addListener
(PositionSource positionSource, int range) Constructors in net.minecraft.client.render.debug with parameters of type PositionSource -
Uses of PositionSource in net.minecraft.world
Fields in net.minecraft.world declared as PositionSourceMethods in net.minecraft.world that return PositionSourceConstructors in net.minecraft.world with parameters of type PositionSourceModifierConstructorDescriptionVibration
(BlockPos origin, PositionSource destination, int arrivalInTicks) -
Uses of PositionSource in net.minecraft.world.event
Classes in net.minecraft.world.event with type parameters of type PositionSourceClasses in net.minecraft.world.event that implement PositionSourceFields in net.minecraft.world.event with type parameters of type PositionSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PositionSource>
PositionSource.CODEC
Methods in net.minecraft.world.event with type parameters of type PositionSourceModifier and TypeMethodDescriptionstatic <S extends PositionSourceType<T>,
T extends PositionSource>
Sstatic <T extends PositionSource>
voidPositionSourceType.write
(T positionSource, PacketByteBuf buf) Methods in net.minecraft.world.event that return PositionSourceModifier and TypeMethodDescriptionstatic PositionSource
PositionSourceType.read
(PacketByteBuf buf) -
Uses of PositionSource in net.minecraft.world.event.listener
Fields in net.minecraft.world.event.listener declared as PositionSourceModifier and TypeFieldDescriptionprotected final PositionSource
SculkSensorListener.positionSource
Methods in net.minecraft.world.event.listener that return PositionSourceModifier and TypeMethodDescriptionGameEventListener.getPositionSource()
Returns the position source of this listener.SculkSensorListener.getPositionSource()
Returns the position source of this listener.Constructors in net.minecraft.world.event.listener with parameters of type PositionSourceModifierConstructorDescriptionSculkSensorListener
(PositionSource positionSource, int range, SculkSensorListener.Callback listener)