类 DynamicFluidContainerModel.Loader
java.lang.Object
net.minecraftforge.client.model.DynamicFluidContainerModel.Loader
- 所有已实现的接口:
IGeometryLoader<DynamicFluidContainerModel>
public static final class DynamicFluidContainerModel.Loader
extends Object
implements IGeometryLoader<DynamicFluidContainerModel>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明read
(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext)
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
Loader
private Loader()
-
-
方法详细资料
-
read
public DynamicFluidContainerModel read(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext) - 指定者:
read
在接口中IGeometryLoader<DynamicFluidContainerModel>
-