Package team.lodestar.lodestone.systems.block
package team.lodestar.lodestone.systems.block
-
ClassesClassDescriptionAn extension of Block Properties, allowing you to add
LodestoneThrowawayBlockDataSome 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 generic, T extends YourBlockEntity, in order to allow for other mods to extend your block and use a different block entityVarious throwaway data stored inThrowawayBlockDataHandler.THROWAWAY_DATA_CACHE, which is cleared after the game is finished loading.WaterLoggedEntityBlock<T extends LodestoneBlockEntity>