Class RedstoneLinkFrequencySlot
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Dual
com.simibubi.create.content.redstone.link.RedstoneLinkFrequencySlot
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
ValueBoxTransform.Dual, ValueBoxTransform.Sided -
Field Summary
Fields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Dual
firstFields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
scale -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3getLocalOffset(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) floatgetScale()voidrotate(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) Methods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Dual
isFirst, makeSlots, testHitMethods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
getFontScale, getOverrideColor, rotateHorizontally, shouldRender, transform
-
Constructor Details
-
RedstoneLinkFrequencySlot
public RedstoneLinkFrequencySlot(boolean first)
-
-
Method Details
-
getLocalOffset
public net.minecraft.world.phys.Vec3 getLocalOffset(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) - Specified by:
getLocalOffsetin classValueBoxTransform
-
rotate
public void rotate(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) - Specified by:
rotatein classValueBoxTransform
-
getScale
public float getScale()- Overrides:
getScalein classValueBoxTransform
-