public class QuestMarker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuestMarker.Type |
| Modifier and Type | Field and Description |
|---|---|
QuestColor |
color |
net.minecraft.util.RegistryKey<net.minecraft.world.World> |
dim |
boolean |
specialColor |
QuestMarker.Type |
type |
java.util.UUID |
uuid |
float |
x |
float |
y |
float |
z |
| Constructor and Description |
|---|
QuestMarker(net.minecraft.util.math.BlockPos pos,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
QuestMarker(net.minecraft.util.math.BlockPos pos,
java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
QuestMarker(double x,
double y,
double z,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
QuestMarker(double x,
double y,
double z,
java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
QuestMarker(float x,
float y,
float z,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
QuestMarker(float x,
float y,
float z,
java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
QuestMarker(net.minecraft.network.PacketBuffer buf) |
QuestMarker(java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type) |
| Modifier and Type | Method and Description |
|---|---|
QuestColor |
getColor(long worldTime) |
void |
read(net.minecraft.network.PacketBuffer buf) |
void |
write(net.minecraft.network.PacketBuffer buf) |
public float x
public float y
public float z
public java.util.UUID uuid
public net.minecraft.util.RegistryKey<net.minecraft.world.World> dim
public boolean specialColor
public QuestColor color
public QuestMarker.Type type
public QuestMarker(float x,
float y,
float z,
java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(net.minecraft.util.math.BlockPos pos,
java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(double x,
double y,
double z,
java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(float x,
float y,
float z,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(java.util.UUID uuid,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(net.minecraft.util.math.BlockPos pos,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(double x,
double y,
double z,
net.minecraft.util.RegistryKey<net.minecraft.world.World> dim,
QuestColor color,
QuestMarker.Type type)
public QuestMarker(net.minecraft.network.PacketBuffer buf)
public void read(net.minecraft.network.PacketBuffer buf)
public void write(net.minecraft.network.PacketBuffer buf)
public QuestColor getColor(long worldTime)