public class UEntityEntry extends java.lang.Object implements IUEntityEntry
Modifier and Type | Field and Description |
---|---|
protected net.minecraftforge.fml.common.registry.EntityEntryBuilder<?> |
builder |
Constructor and Description |
---|
UEntityEntry(net.minecraftforge.fml.common.registry.EntityEntryBuilder<?> builder) |
Modifier and Type | Method and Description |
---|---|
net.minecraftforge.fml.common.registry.EntityEntry |
getEntry() |
java.lang.String |
getName() |
public UEntityEntry(net.minecraftforge.fml.common.registry.EntityEntryBuilder<?> builder)
public net.minecraftforge.fml.common.registry.EntityEntry getEntry()
getEntry
in interface IUEntityEntry
public java.lang.String getName()
getName
in interface IURegistry