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 PositionSourceGameEventDebugRenderer.Listener. positionSourceMethods in net.minecraft.client.render.debug that return PositionSource Modifier and Type Method Description PositionSourceGameEventDebugRenderer.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 voidGameEventDebugRenderer. 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 PositionSourceVibration. destinationMethods in net.minecraft.world that return PositionSource Modifier and Type Method Description PositionSourceVibration. 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 interfacePositionSourceType<T extends PositionSource>Classes in net.minecraft.world.event that implement PositionSource Modifier and Type Class Description classBlockPositionSourceclassEntityPositionSourceFields in net.minecraft.world.event with type parameters of type PositionSource Modifier and Type Field Description static com.mojang.serialization.Codec<PositionSource>PositionSource. CODECMethods 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 PositionSourcePositionSourceType. 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 PositionSourceSculkSensorListener. positionSourceMethods in net.minecraft.world.event.listener that return PositionSource Modifier and Type Method Description PositionSourceGameEventListener. getPositionSource()Returns the position source of this listener.PositionSourceSculkSensorListener. 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)