Package net.minecraft.item.map
Class MapFrameMarker
java.lang.Object
net.minecraft.item.map.MapFrameMarker
public class MapFrameMarker extends Object
- Mappings:
Namespace Name official ddj
intermediary net/minecraft/class_19
named net/minecraft/item/map/MapFrameMarker
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MapFrameMarker(BlockPos pos, int rotation, int entityId)
-
Method Summary
Modifier and Type Method Description static MapFrameMarker
fromTag(CompoundTag tag)
int
getEntityId()
String
getKey()
static String
getKey(BlockPos pos)
BlockPos
getPos()
int
getRotation()
CompoundTag
toTag()
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official a
Lddj;a:Lfx;
intermediary field_75
Lnet/minecraft/class_19;field_75:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/item/map/MapFrameMarker;pos:Lnet/minecraft/util/math/BlockPos;
-
rotation
private final int rotation- Mappings:
Namespace Name Mixin selector official b
Lddj;b:I
intermediary field_74
Lnet/minecraft/class_19;field_74:I
named rotation
Lnet/minecraft/item/map/MapFrameMarker;rotation:I
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official c
Lddj;c:I
intermediary field_73
Lnet/minecraft/class_19;field_73:I
named entityId
Lnet/minecraft/item/map/MapFrameMarker;entityId:I
-
-
Constructor Details
-
MapFrameMarker
- Mappings:
Namespace Name Mixin selector official <init>
Lddj;<init>(Lfx;II)V
intermediary <init>
Lnet/minecraft/class_19;<init>(Lnet/minecraft/class_2338;II)V
named <init>
Lnet/minecraft/item/map/MapFrameMarker;<init>(Lnet/minecraft/util/math/BlockPos;II)V
-
-
Method Details
-
fromTag
- Mappings:
Namespace Name Mixin selector official a
Lddj;a(Lmq;)Lddj;
intermediary method_87
Lnet/minecraft/class_19;method_87(Lnet/minecraft/class_2487;)Lnet/minecraft/class_19;
named fromTag
Lnet/minecraft/item/map/MapFrameMarker;fromTag(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/item/map/MapFrameMarker;
-
toTag
- Mappings:
Namespace Name Mixin selector official a
Lddj;a()Lmq;
intermediary method_84
Lnet/minecraft/class_19;method_84()Lnet/minecraft/class_2487;
named toTag
Lnet/minecraft/item/map/MapFrameMarker;toTag()Lnet/minecraft/nbt/CompoundTag;
-
getPos
- Mappings:
Namespace Name Mixin selector official b
Lddj;b()Lfx;
intermediary method_86
Lnet/minecraft/class_19;method_86()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/item/map/MapFrameMarker;getPos()Lnet/minecraft/util/math/BlockPos;
-
getRotation
public int getRotation()- Mappings:
Namespace Name Mixin selector official c
Lddj;c()I
intermediary method_83
Lnet/minecraft/class_19;method_83()I
named getRotation
Lnet/minecraft/item/map/MapFrameMarker;getRotation()I
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector official d
Lddj;d()I
intermediary method_85
Lnet/minecraft/class_19;method_85()I
named getEntityId
Lnet/minecraft/item/map/MapFrameMarker;getEntityId()I
-
getKey
- Mappings:
Namespace Name Mixin selector official e
Lddj;e()Ljava/lang/String;
intermediary method_82
Lnet/minecraft/class_19;method_82()Ljava/lang/String;
named getKey
Lnet/minecraft/item/map/MapFrameMarker;getKey()Ljava/lang/String;
-
getKey
- Mappings:
Namespace Name Mixin selector official a
Lddj;a(Lfx;)Ljava/lang/String;
intermediary method_81
Lnet/minecraft/class_19;method_81(Lnet/minecraft/class_2338;)Ljava/lang/String;
named getKey
Lnet/minecraft/item/map/MapFrameMarker;getKey(Lnet/minecraft/util/math/BlockPos;)Ljava/lang/String;
-