Class ModelData

java.lang.Object
net.minecraftforge.client.model.data.ModelData

public final class ModelData extends Object
A container for data to be passed to BakedModel instances.

All objects stored in here MUST BE IMMUTABLE OR THREAD-SAFE. Properties will be accessed from another thread.

See Also: