Package net.minecraft.command
Class BlockDataObject
java.lang.Object
net.minecraft.command.BlockDataObject
- All Implemented Interfaces:
DataCommandObject
public class BlockDataObject extends Object implements DataCommandObject
- Mappings:
Namespace Name official zo
intermediary net/minecraft/class_3161
named net/minecraft/command/BlockDataObject
-
Field Summary
Fields Modifier and Type Field Description private BlockEntity
blockEntity
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
INVALID_BLOCK_EXCEPTION
private BlockPos
pos
static Function<String,DataCommand.ObjectType>
TYPE_FACTORY
-
Constructor Summary
Constructors Constructor Description BlockDataObject(BlockEntity blockEntity, BlockPos pos)
-
Method Summary
Modifier and Type Method Description Text
feedbackGet(NbtPathArgumentType.NbtPath nbtPath, double scale, int result)
Text
feedbackModify()
Text
feedbackQuery(Tag tag)
CompoundTag
getTag()
void
setTag(CompoundTag tag)
-
Field Details
-
INVALID_BLOCK_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_BLOCK_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lzo;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13785
Lnet/minecraft/class_3161;field_13785:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named INVALID_BLOCK_EXCEPTION
Lnet/minecraft/command/BlockDataObject;INVALID_BLOCK_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
TYPE_FACTORY
- Mappings:
Namespace Name Mixin selector official a
Lzo;a:Ljava/util/function/Function;
intermediary field_13786
Lnet/minecraft/class_3161;field_13786:Ljava/util/function/Function;
named TYPE_FACTORY
Lnet/minecraft/command/BlockDataObject;TYPE_FACTORY:Ljava/util/function/Function;
-
blockEntity
- Mappings:
Namespace Name Mixin selector official c
Lzo;c:Lcfr;
intermediary field_13784
Lnet/minecraft/class_3161;field_13784:Lnet/minecraft/class_2586;
named blockEntity
Lnet/minecraft/command/BlockDataObject;blockEntity:Lnet/minecraft/block/entity/BlockEntity;
-
pos
- Mappings:
Namespace Name Mixin selector official d
Lzo;d:Lfx;
intermediary field_13783
Lnet/minecraft/class_3161;field_13783:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/command/BlockDataObject;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
BlockDataObject
- Mappings:
Namespace Name Mixin selector official <init>
Lzo;<init>(Lcfr;Lfx;)V
intermediary <init>
Lnet/minecraft/class_3161;<init>(Lnet/minecraft/class_2586;Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/command/BlockDataObject;<init>(Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
setTag
- Specified by:
setTag
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a(Lmq;)V
intermediary method_13880
Lnet/minecraft/class_3162;method_13880(Lnet/minecraft/class_2487;)V
named setTag
Lnet/minecraft/command/DataCommandObject;setTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getTag
- Specified by:
getTag
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a()Lmq;
intermediary method_13881
Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;
named getTag
Lnet/minecraft/command/DataCommandObject;getTag()Lnet/minecraft/nbt/CompoundTag;
-
feedbackModify
- Specified by:
feedbackModify
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official b
Lzp;b()Loi;
intermediary method_13883
Lnet/minecraft/class_3162;method_13883()Lnet/minecraft/class_2561;
named feedbackModify
Lnet/minecraft/command/DataCommandObject;feedbackModify()Lnet/minecraft/text/Text;
-
feedbackQuery
- Specified by:
feedbackQuery
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a(Lni;)Loi;
intermediary method_13882
Lnet/minecraft/class_3162;method_13882(Lnet/minecraft/class_2520;)Lnet/minecraft/class_2561;
named feedbackQuery
Lnet/minecraft/command/DataCommandObject;feedbackQuery(Lnet/minecraft/nbt/Tag;)Lnet/minecraft/text/Text;
-
feedbackGet
- Specified by:
feedbackGet
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a(Ldr$g;DI)Loi;
intermediary method_13879
Lnet/minecraft/class_3162;method_13879(Lnet/minecraft/class_2203$class_2209;DI)Lnet/minecraft/class_2561;
named feedbackGet
Lnet/minecraft/command/DataCommandObject;feedbackGet(Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;DI)Lnet/minecraft/text/Text;
-