Package team.lodestar.lodestone.modules.toolkit.block
package team.lodestar.lodestone.modules.toolkit.block
-
ClassDescriptionBlockBlockItemHolder<T extends net.minecraft.world.level.block.Block,
K extends net.minecraft.world.item.BlockItem> An extension of Block Properties designed to interface withLodestoneDatagenBlockDataSome of these values are optional; they only get added during datagen.LodestoneEntityBlock<T extends LodestoneBlockEntity>A SimpleBlock is an implementation of EntityBlock that allows most frequently used logic to be handled in a SimpleBlockEntity It's important to still utilize a generic, T extends YourBlockEntity, in order to allow for other mods to extend your block and use a different block entityWaterLoggedEntityBlock<T extends LodestoneBlockEntity>