Class LodestoneBlockEntityTicker<T extends LodestoneBlockEntity>
java.lang.Object
team.lodestar.lodestone.modules.toolkit.blockentity.LodestoneBlockEntityTicker<T>
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<T>
public class LodestoneBlockEntityTicker<T extends LodestoneBlockEntity>
extends Object
implements net.minecraft.world.level.block.entity.BlockEntityTicker<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<LodestoneBlockEntityTicker.BlockEntityTickerAttachment> -
Constructor Summary
ConstructorsConstructorDescriptionLodestoneBlockEntityTicker(List<LodestoneBlockEntityTicker.BlockEntityTickerAttachment> attachments) -
Method Summary
-
Field Details
-
attachments
-
-
Constructor Details
-
LodestoneBlockEntityTicker
public LodestoneBlockEntityTicker() -
LodestoneBlockEntityTicker
public LodestoneBlockEntityTicker(List<LodestoneBlockEntityTicker.BlockEntityTickerAttachment> attachments)
-
-
Method Details
-
tick
public void tick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, T blockEntity) - Specified by:
tickin interfacenet.minecraft.world.level.block.entity.BlockEntityTicker<T extends LodestoneBlockEntity>
-