Class LightEnergyTicker<T extends net.minecraft.world.level.block.entity.BlockEntity>
java.lang.Object
etithespirit.orimod.common.tile.light.LightEnergyTicker<T>
- Type Parameters:
T
- tea (real) (confirmed bri'ish)
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<T>
public abstract class LightEnergyTicker<T extends net.minecraft.world.level.block.entity.BlockEntity>
extends Object
implements net.minecraft.world.level.block.entity.BlockEntityTicker<T>
A universal ticker for all Light-based tile entities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LightEnergyTicker<? extends net.minecraft.world.level.block.entity.BlockEntity>
The ticker that operates on the clientside.static final LightEnergyTicker<? extends net.minecraft.world.level.block.entity.BlockEntity>
The ticker that operates on the serverside. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.block.entity.BlockEntityTicker
tick
-
Field Details
-
CLIENT
public static final LightEnergyTicker<? extends net.minecraft.world.level.block.entity.BlockEntity> CLIENTThe ticker that operates on the clientside. -
SERVER
public static final LightEnergyTicker<? extends net.minecraft.world.level.block.entity.BlockEntity> SERVERThe ticker that operates on the serverside.
-