Package org.moddingx.libx.base.tile
package org.moddingx.libx.base.tile
-
ClassDescriptionBlockBE<T extends net.minecraft.world.level.block.entity.BlockEntity>Base class for blocks with
block entities
for mods usingModXRegistration
.A base class forblock entities
.ABlockEntity
used withBlockBE
can implement this.MenuBlockBE<T extends net.minecraft.world.level.block.entity.BlockEntity,C extends BlockEntityMenu<T>> This class registers a menu to itsblock entity type
and handles the gui opening when the block is right clicked.ABlockEntity
used withBlockBE
can implement this.