Uses of Class
org.cloudburstmc.api.block.trait.BlockTrait
Packages that use BlockTrait
-
Uses of BlockTrait in org.cloudburstmc.api.block
Methods in org.cloudburstmc.api.block that return types with arguments of type BlockTraitModifier and TypeMethodDescriptionMap<BlockTrait<?>,Comparable<?>> BlockState.getTraits()Set<BlockTrait<?>>BlockType.getTraits()Methods in org.cloudburstmc.api.block with parameters of type BlockTraitModifier and TypeMethodDescription<T extends Comparable<T>>
TBlockState.ensureTrait(BlockTrait<T> trait) static BlockTypeBlockType.of(Identifier id, BlockTrait<?>... traits) <T extends Comparable<T>>
BlockStateBlockState.withTrait(BlockTrait<T> trait, T value) Constructor parameters in org.cloudburstmc.api.block with type arguments of type BlockTraitModifierConstructorDescriptionBlockState(BlockType type, Map<BlockTrait<?>, Comparable<?>> traits) BlockState(BlockType type, Map<BlockTrait<?>, Comparable<?>> traits, BlockBehavior behavior) -
Uses of BlockTrait in org.cloudburstmc.api.block.trait
Subclasses of BlockTrait in org.cloudburstmc.api.block.traitModifier and TypeClassDescriptionfinal classfinal classEnumBlockTrait<E extends Enum<E>>final class