Package | Description |
---|---|
net.fabricmc.fabric.api.renderer.v1.model |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingBakedModel.emitBlockQuads(net.minecraft.world.ExtendedBlockView blockView,
net.minecraft.block.BlockState state,
net.minecraft.util.math.BlockPos pos,
java.util.function.Supplier<java.util.Random> randomSupplier,
RenderContext context) |
void |
FabricBakedModel.emitBlockQuads(net.minecraft.world.ExtendedBlockView blockView,
net.minecraft.block.BlockState state,
net.minecraft.util.math.BlockPos pos,
java.util.function.Supplier<java.util.Random> randomSupplier,
RenderContext context)
This method will be called during chunk rebuilds to generate both the static and
dynamic portions of a block model when the model implements this interface and
FabricBakedModel.isVanillaAdapter() returns false. |
void |
ForwardingBakedModel.emitItemQuads(net.minecraft.item.ItemStack stack,
java.util.function.Supplier<java.util.Random> randomSupplier,
RenderContext context) |
void |
FabricBakedModel.emitItemQuads(net.minecraft.item.ItemStack stack,
java.util.function.Supplier<java.util.Random> randomSupplier,
RenderContext context)
This method will be called during item rendering to generate both the static and
dynamic portions of an item model when the model implements this interface and
FabricBakedModel.isVanillaAdapter() returns false. |