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 Object
Deprecated.UseRenderDataBlockEntity.getRenderData()
instead.
-
Method Details
-
getRenderAttachmentData
Deprecated.UseRenderDataBlockEntity.getRenderData()
instead.This method will be automatically called ifRenderDataBlockEntity.getRenderData()
is not overridden.
-
RenderDataBlockEntity
instead.