Object TBSRegistrar
-
- All Implemented Interfaces:
public class TBSRegistrar extends RegistryWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<DeferredRegister<?>>
registries
private final DeferredRegister<AttachmentType<?>>
dataAttachments
private final DeferredRegister<ParticleType<?>>
particleTypes
private final DeferredRegister<EntityDataSerializer<?>>
entityDataSerializers
private String
modId
public final static TBSRegistrar
INSTANCE
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
deferred, entityDataSerializer, getDataAttachments, getEntityDataSerializers, getModId, getParticleTypes, getRegistries, livingAttachment, setModId, setup, simpleParticle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-