类 TrackedWaypoint.ChunkWaypoint
java.lang.Object
net.minecraft.world.waypoints.TrackedWaypoint
net.minecraft.world.waypoints.TrackedWaypoint.ChunkWaypoint
- 所有已实现的接口:
Waypoint
- 封闭类:
TrackedWaypoint
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.waypoints.TrackedWaypoint
TrackedWaypoint.AzimuthWaypoint, TrackedWaypoint.Camera, TrackedWaypoint.ChunkWaypoint, TrackedWaypoint.EmptyWaypoint, TrackedWaypoint.PitchDirection, TrackedWaypoint.Projector, TrackedWaypoint.Type, TrackedWaypoint.Vec3iWaypoint
从接口继承的嵌套类/接口 net.minecraft.world.waypoints.Waypoint
Waypoint.Icon
-
字段概要
字段从类继承的字段 net.minecraft.world.waypoints.TrackedWaypoint
identifier, LOGGER, STREAM_CODEC
从接口继承的字段 net.minecraft.world.waypoints.Waypoint
MAX_RANGE, WAYPOINT_TRANSMIT_RANGE_HIDE_MODIFIER
-
构造器概要
构造器构造器说明ChunkWaypoint
(com.mojang.datafixers.util.Either<UUID, String> p_415787_, Waypoint.Icon p_415737_, FriendlyByteBuf p_416433_) ChunkWaypoint
(UUID p_415927_, Waypoint.Icon p_416553_, ChunkPos p_416069_) -
方法概要
修饰符和类型方法说明double
distanceSquared
(Entity p_415648_) pitchDirectionToCamera
(Level p_419513_, TrackedWaypoint.Projector p_416711_) private Vec3
position
(double p_419928_) void
update
(TrackedWaypoint p_416415_) void
writeContents
(io.netty.buffer.ByteBuf p_416369_) double
yawAngleToCamera
(Level p_420006_, TrackedWaypoint.Camera p_419530_) 从类继承的方法 net.minecraft.world.waypoints.TrackedWaypoint
empty, icon, id, setAzimuth, setChunk, setPosition, write
-
字段详细资料
-
chunkPos
-
-
构造器详细资料
-
ChunkWaypoint
-
ChunkWaypoint
public ChunkWaypoint(com.mojang.datafixers.util.Either<UUID, String> p_415787_, Waypoint.Icon p_415737_, FriendlyByteBuf p_416433_)
-
-
方法详细资料
-
update
- 指定者:
update
在类中TrackedWaypoint
-
writeContents
public void writeContents(io.netty.buffer.ByteBuf p_416369_) - 指定者:
writeContents
在类中TrackedWaypoint
-
position
-
yawAngleToCamera
- 指定者:
yawAngleToCamera
在类中TrackedWaypoint
-
pitchDirectionToCamera
public TrackedWaypoint.PitchDirection pitchDirectionToCamera(Level p_419513_, TrackedWaypoint.Projector p_416711_) - 指定者:
pitchDirectionToCamera
在类中TrackedWaypoint
-
distanceSquared
- 指定者:
distanceSquared
在类中TrackedWaypoint
-