Interface BlockEntityAttachmentRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault voidregister(net.minecraft.resources.ResourceLocation id, Class<? extends BlockEntityAttachmentFactory> factory)
-
Method Details
-
register
default void register(net.minecraft.resources.ResourceLocation id, Class<? extends BlockEntityAttachmentFactory> factory) -
register
-