public interface IPartModel
ResourceLocation as models for a part as well as other properties.| Modifier and Type | Method and Description |
|---|---|
default java.util.List<net.minecraft.util.ResourceLocation> |
getModels()
A collection of
ResourceLocation used as models for a part. |
default boolean |
requireCableConnection()
A solid
IPartModel indicates that the rendering requires a cable connection, which will also result in
creating an intersection for the cable. |
default boolean requireCableConnection()
IPartModel indicates that the rendering requires a cable connection, which will also result in
creating an intersection for the cable.
This should be true for pretty much all parts.@Nonnull default java.util.List<net.minecraft.util.ResourceLocation> getModels()
ResourceLocation used as models for a part.