SilkPosition
constructor(blockPos: BlockPos, worldIdentifier: ResourceLocation? = null, pitch: Float = 0.0f, yaw: Float = 0.0f)
constructor(vec3i: Vec3i, worldIdentifier: ResourceLocation? = null, pitch: Float = 0.0f, yaw: Float = 0.0f)
constructor(vec3f: Vector3f, worldIdentifier: ResourceLocation? = null, pitch: Float = 0.0f, yaw: Float = 0.0f)
constructor(vec3d: Vec3, worldIdentifier: ResourceLocation? = null, pitch: Float = 0.0f, yaw: Float = 0.0f)
constructor(entity: Entity)
constructor(chunkPos: ChunkPos, worldIdentifier: ResourceLocation? = null, pitch: Float = 0.0f, yaw: Float = 0.0f)