Package tschipp.carryon.common.scripting
Class ScriptManager
java.lang.Object
tschipp.carryon.common.scripting.ScriptManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<CarryOnScript>inspectBlock(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.nbt.CompoundTag tag) static Optional<CarryOnScript>inspectEntity(net.minecraft.world.entity.Entity entity)
-
Field Details
-
SCRIPTS
-
-
Constructor Details
-
ScriptManager
public ScriptManager()
-
-
Method Details
-
inspectBlock
public static Optional<CarryOnScript> inspectBlock(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, @Nullable net.minecraft.nbt.CompoundTag tag) -
inspectEntity
-