Uses of Interface
net.minecraft.world.event.PositionSource
Package | Description |
---|---|
net.minecraft.client.render.debug | |
net.minecraft.world | |
net.minecraft.world.event | |
net.minecraft.world.event.listener |
-
Uses of PositionSource in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as PositionSource Modifier and Type Field Description PositionSource
GameEventDebugRenderer.Listener. positionSource
Methods in net.minecraft.client.render.debug that return PositionSource Modifier and Type Method Description PositionSource
GameEventDebugRenderer.Listener. getPositionSource()
Returns the position source of this listener.Methods in net.minecraft.client.render.debug with parameters of type PositionSource Modifier and Type Method Description void
GameEventDebugRenderer. method_33088(PositionSource positionSource, int int2)
Constructors in net.minecraft.client.render.debug with parameters of type PositionSource Constructor Description Listener(PositionSource positionSource, int range)
-
Uses of PositionSource in net.minecraft.world
Fields in net.minecraft.world declared as PositionSource Modifier and Type Field Description private PositionSource
Vibration. destination
Methods in net.minecraft.world that return PositionSource Modifier and Type Method Description PositionSource
Vibration. getDestination()
Constructors in net.minecraft.world with parameters of type PositionSource Constructor Description Vibration(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 PositionSource Modifier and Type Interface Description interface
PositionSourceType<T extends PositionSource>
Classes in net.minecraft.world.event that implement PositionSource Modifier and Type Class Description class
BlockPositionSource
class
EntityPositionSource
Fields in net.minecraft.world.event with type parameters of type PositionSource Modifier and Type Field Description static com.mojang.serialization.Codec<PositionSource>
PositionSource. CODEC
Methods in net.minecraft.world.event with type parameters of type PositionSource Modifier and Type Method Description static <S extends PositionSourceType<T>, T extends PositionSource>
SPositionSourceType. register(String id, S positionSourceType)
static <T extends PositionSource>
voidPositionSourceType. write(T positionSource, PacketByteBuf buf)
Methods in net.minecraft.world.event that return PositionSource Modifier and Type Method Description static PositionSource
PositionSourceType. read(PacketByteBuf buf)
-
Uses of PositionSource in net.minecraft.world.event.listener
Fields in net.minecraft.world.event.listener declared as PositionSource Modifier and Type Field Description protected PositionSource
SculkSensorListener. positionSource
Methods in net.minecraft.world.event.listener that return PositionSource Modifier and Type Method Description PositionSource
GameEventListener. getPositionSource()
Returns the position source of this listener.PositionSource
SculkSensorListener. getPositionSource()
Returns the position source of this listener.Constructors in net.minecraft.world.event.listener with parameters of type PositionSource Constructor Description SculkSensorListener(PositionSource positionSource, int range, SculkSensorListener.Callback listener)