Interface RenderAttachmentBlockEntity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
This interface is guaranteed to be implemented on all 
BlockEntity instances.- 
Method SummaryModifier and TypeMethodDescription@Nullable ObjectDeprecated.UseRenderDataBlockEntity.getRenderData()instead.
- 
Method Details- 
getRenderAttachmentDataDeprecated.UseRenderDataBlockEntity.getRenderData()instead.This method will be automatically called ifRenderDataBlockEntity.getRenderData()is not overridden.
 
- 
RenderDataBlockEntityinstead.