java.lang.Object
com.hypixel.hytale.server.npc.blackboard.view.BlockRegionView<ResourceView>
com.hypixel.hytale.server.npc.blackboard.view.resource.ResourceView
All Implemented Interfaces:
IBlackboardView<ResourceView>

public class ResourceView extends BlockRegionView<ResourceView>
  • Field Details

    • index

      private final long index
    • reservationsBySection

      private final it.unimi.dsi.fastutil.ints.IntSet[] reservationsBySection
    • reservationsByEntity

      private final Map<Ref<EntityStore>,ResourceView.BlockReservation> reservationsByEntity
  • Constructor Details

    • ResourceView

      public ResourceView(long index)
  • Method Details