Class ModelOverride
java.lang.Object
tschipp.carryon.client.modeloverride.ModelOverride
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<net.minecraft.world.item.ItemStack,net.minecraft.world.level.block.state.BlockState> booleanmatches(net.minecraft.world.level.block.state.BlockState state, net.minecraft.nbt.CompoundTag tag) static com.mojang.serialization.DataResult<ModelOverride>
-
Field Details
-
CODEC
-
-
Method Details
-
of
-
matches
public boolean matches(net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.nbt.CompoundTag tag) -
getRenderObject
public com.mojang.datafixers.util.Either<net.minecraft.world.item.ItemStack,net.minecraft.world.level.block.state.BlockState> getRenderObject()
-