Package com.supermartijn642.fusion.mixin
Class WeightedBakedModelMixin
java.lang.Object
com.supermartijn642.fusion.mixin.WeightedBakedModelMixin
- All Implemented Interfaces:
net.minecraftforge.client.extensions.IForgeBakedModel
public class WeightedBakedModelMixin
extends Object
implements net.minecraftforge.client.extensions.IForgeBakedModel
Created 26/10/2023 by SuperMartijn642
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraftforge.client.model.data.IModelDatagetModelData(@NotNull net.minecraft.world.level.BlockAndTintGetter level, @NotNull net.minecraft.core.BlockPos pos, @NotNull net.minecraft.world.level.block.state.BlockState state, @NotNull net.minecraftforge.client.model.data.IModelData modelData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeBakedModel
doesHandlePerspectives, getLayerModels, getParticleIcon, getQuads, handlePerspective, isLayered, useAmbientOcclusion
-
Constructor Details
-
WeightedBakedModelMixin
public WeightedBakedModelMixin()
-
-
Method Details
-
getModelData
@NotNull public @NotNull net.minecraftforge.client.model.data.IModelData getModelData(@NotNull @NotNull net.minecraft.world.level.BlockAndTintGetter level, @NotNull @NotNull net.minecraft.core.BlockPos pos, @NotNull @NotNull net.minecraft.world.level.block.state.BlockState state, @NotNull @NotNull net.minecraftforge.client.model.data.IModelData modelData) - Specified by:
getModelDatain interfacenet.minecraftforge.client.extensions.IForgeBakedModel
-