Class CubicleParticle

    • Constructor Detail

      • CubicleParticle

        public CubicleParticle()
    • Method Detail

      • leaving

        public boolean leaving​(int pX,
                               int pY,
                               int pZ)
        Description copied from interface: ICubicleEntity
        returns true if the new position don t match the previously stored position
        Specified by:
        leaving in interface ICubicleEntity
        Parameters:
        pX - x
        pY - y
        pZ - z
        Returns:
        returns true if the new position don t match the previously stored position
      • isActive

        public boolean isActive()
        Description copied from interface: ICubicleEntity
        entities can be temporarily removed from the process of being updated by the world.
        Specified by:
        isActive in interface ICubicleEntity
        Returns:
        returns active state