Class BlockDataAccessor
java.lang.Object
net.minecraft.server.commands.data.BlockDataAccessor
- All Implemented Interfaces:
 DataAccessor
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockEntity(package private) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate final BlockPosstatic final Function<String,DataCommands.DataProvider>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetData()getPrintSuccess(NbtPathArgument.NbtPath p_139301_, double p_139302_, int p_139303_) getPrintSuccess(Tag p_139309_) voidsetData(CompoundTag p_139307_)  
- 
Field Details
- 
ERROR_NOT_A_BLOCK_ENTITY
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_A_BLOCK_ENTITY - 
PROVIDER
 - 
entity
 - 
pos
 
 - 
 - 
Constructor Details
- 
BlockDataAccessor
 
 - 
 - 
Method Details
- 
setData
- Specified by:
 setDatain interfaceDataAccessor
 - 
getData
- Specified by:
 getDatain interfaceDataAccessor
 - 
getModifiedSuccess
- Specified by:
 getModifiedSuccessin interfaceDataAccessor
 - 
getPrintSuccess
- Specified by:
 getPrintSuccessin interfaceDataAccessor
 - 
getPrintSuccess
public Component getPrintSuccess(NbtPathArgument.NbtPath p_139301_, double p_139302_, int p_139303_) - Specified by:
 getPrintSuccessin interfaceDataAccessor
 
 -