Interface BogeyVisual
- All Known Implementing Classes:
StandardBogeyVisual,StandardBogeyVisual.Large,StandardBogeyVisual.Small
public interface BogeyVisual
-
Method Summary
Modifier and TypeMethodDescriptionvoidcollectCrumblingInstances(Consumer<@Nullable dev.engine_room.flywheel.api.instance.Instance> consumer) voiddelete()voidhide()voidupdate(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, com.mojang.blaze3d.vertex.PoseStack poseStack) voidupdateLight(int packedLight)
-
Method Details
-
update
void update(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, com.mojang.blaze3d.vertex.PoseStack poseStack) -
hide
void hide() -
updateLight
void updateLight(int packedLight) -
collectCrumblingInstances
void collectCrumblingInstances(Consumer<@Nullable dev.engine_room.flywheel.api.instance.Instance> consumer) -
delete
void delete()
-