Class EntityDataAccessor
java.lang.Object
net.minecraft.server.commands.data.EntityDataAccessor
- All Implemented Interfaces:
- DataAccessor
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Entityprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypestatic final Function<String,DataCommands.DataProvider> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetData()getPrintSuccess(NbtPathArgument.NbtPath p_139513_, double p_139514_, int p_139515_) getPrintSuccess(Tag p_139521_) voidsetData(CompoundTag p_139519_) 
- 
Field Details- 
ERROR_NO_PLAYERSprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NO_PLAYERS
- 
PROVIDER
- 
entity
 
- 
- 
Constructor Details- 
EntityDataAccessor
 
- 
- 
Method Details- 
setDatapublic void setData(CompoundTag p_139519_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- setDatain interface- DataAccessor
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getData- Specified by:
- getDatain interface- DataAccessor
 
- 
getModifiedSuccess- Specified by:
- getModifiedSuccessin interface- DataAccessor
 
- 
getPrintSuccess- Specified by:
- getPrintSuccessin interface- DataAccessor
 
- 
getPrintSuccesspublic Component getPrintSuccess(NbtPathArgument.NbtPath p_139513_, double p_139514_, int p_139515_) - Specified by:
- getPrintSuccessin interface- DataAccessor
 
 
-