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 Summary
Modifier and TypeMethodDescription@Nullable ObjectDeprecated.UseRenderDataBlockEntity.getRenderData()instead.
-
Method Details
-
getRenderAttachmentData
Deprecated.UseRenderDataBlockEntity.getRenderData()instead.This method will be automatically called ifRenderDataBlockEntity.getRenderData()is not overridden.
-
RenderDataBlockEntityinstead.