UnbakedBlockStateModelSupplier

@Environment(value = EnvType.CLIENT)
class UnbakedBlockStateModelSupplier(blockState: BlockState) : Supplier<UnbakedBlockStateModel> (source)

Convenience implementation of Supplier with the same parameters as UnbakedBlockStateModel.

Parameters

blockState

The block state to bake

Constructors

Link copied to clipboard
constructor(blockState: BlockState)

Functions

Link copied to clipboard
open override fun get(): UnbakedBlockStateModel