Class AquariumRenderState

java.lang.Object
net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
com.wdiscute.starcatcher.blocks.aquarium.AquariumRenderState

public class AquariumRenderState extends net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    net.minecraft.world.phys.Vec3
     
    net.minecraft.core.BlockPos
     
    double
     
    double
     
    double
     

    Fields inherited from class net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState

    blockEntityType, blockPos, breakProgress, lightCoords
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState

    extractBase, fillCrashReportCategory

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fishTargetBP

      public net.minecraft.core.BlockPos fishTargetBP
    • fishTarget

      public net.minecraft.world.phys.Vec3 fishTarget
    • fishRotation

      public double fishRotation
    • x

      public double x
    • y

      public double y
    • z

      public double z
  • Constructor Details

    • AquariumRenderState

      public AquariumRenderState()