Package | Description |
---|---|
buildcraft.builders.addon | |
buildcraft.builders.item | |
buildcraft.core.marker.volume |
Modifier and Type | Class and Description |
---|---|
class |
AddonFillerPlanner |
Modifier and Type | Method and Description |
---|---|
Addon |
ItemFillerPlanner.createAddon() |
Modifier and Type | Class and Description |
---|---|
class |
AddonDefaultRenderer<T extends Addon> |
interface |
IFastAddonRenderer<T extends Addon> |
Modifier and Type | Field and Description |
---|---|
java.util.Map<EnumAddonSlot,Addon> |
VolumeBox.addons |
Modifier and Type | Method and Description |
---|---|
abstract Addon |
ItemAddon.createAddon() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Addon> |
AddonsRegistry.getClassByName(net.minecraft.util.ResourceLocation name) |
abstract IFastAddonRenderer<? extends Addon> |
Addon.getRenderer() |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ResourceLocation |
AddonsRegistry.getNameByClass(java.lang.Class<? extends Addon> clazz) |
void |
AddonsRegistry.register(net.minecraft.util.ResourceLocation name,
java.lang.Class<? extends Addon> clazz) |