Package com.hbm_m.handler.rbmk
Class RBMKNeutronHandler.RBMKNeutronNode
java.lang.Object
com.hbm_m.handler.rbmk.RBMKNeutronHandler.RBMKNeutronNode
- Enclosing class:
- RBMKNeutronHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanfinal net.minecraft.core.BlockPosfinal RBMKColumnBlockEntity -
Constructor Summary
ConstructorsConstructorDescriptionRBMKNeutronNode(RBMKColumnBlockEntity tile, RBMKNeutronHandler.RBMKType type, boolean hasLid) -
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.core.BlockPos>checkNode(NeutronNodeWorld.StreamWorld sw, net.minecraft.world.level.Level level) Returns a list of positions that should be evicted from the node cache.
-
Field Details
-
tile
-
pos
public final net.minecraft.core.BlockPos pos -
type
-
hasLid
public boolean hasLid
-
-
Constructor Details
-
RBMKNeutronNode
public RBMKNeutronNode(RBMKColumnBlockEntity tile, RBMKNeutronHandler.RBMKType type, boolean hasLid)
-
-
Method Details
-
checkNode
public List<net.minecraft.core.BlockPos> checkNode(NeutronNodeWorld.StreamWorld sw, net.minecraft.world.level.Level level) Returns a list of positions that should be evicted from the node cache.
-