Uses of Class
net.minecraft.world.event.EntityPositionSource
Package | Description |
---|---|
net.minecraft.world.event |
-
Uses of EntityPositionSource in net.minecraft.world.event
Fields in net.minecraft.world.event with type parameters of type EntityPositionSource Modifier and Type Field Description static com.mojang.serialization.Codec<EntityPositionSource>
EntityPositionSource. CODEC
static PositionSourceType<EntityPositionSource>
PositionSourceType. ENTITY
Methods in net.minecraft.world.event that return EntityPositionSource Modifier and Type Method Description EntityPositionSource
EntityPositionSource.Type. readFromBuf(PacketByteBuf packetByteBuf)
Methods in net.minecraft.world.event that return types with arguments of type EntityPositionSource Modifier and Type Method Description com.mojang.serialization.Codec<EntityPositionSource>
EntityPositionSource.Type. getCodec()
Methods in net.minecraft.world.event with parameters of type EntityPositionSource Modifier and Type Method Description void
EntityPositionSource.Type. writeToBuf(PacketByteBuf packetByteBuf, EntityPositionSource entityPositionSource)