Class ScrollValueUpdatePacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.foundation.networking.TileEntityConfigurationPacket<SmartTileEntity>
com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollValueUpdatePacket
-
Field Summary
Fields inherited from class com.simibubi.create.foundation.networking.TileEntityConfigurationPacket
pos -
Constructor Summary
ConstructorsConstructorDescriptionScrollValueUpdatePacket(net.minecraft.core.BlockPos pos, int amount) ScrollValueUpdatePacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidreadSettings(net.minecraft.network.FriendlyByteBuf buffer) protected voidwriteSettings(net.minecraft.network.FriendlyByteBuf buffer) Methods inherited from class com.simibubi.create.foundation.networking.TileEntityConfigurationPacket
applySettings, causeUpdate, handle, maxRange, write
-
Constructor Details
-
ScrollValueUpdatePacket
public ScrollValueUpdatePacket(net.minecraft.network.FriendlyByteBuf buffer) -
ScrollValueUpdatePacket
public ScrollValueUpdatePacket(net.minecraft.core.BlockPos pos, int amount)
-
-
Method Details
-
writeSettings
protected void writeSettings(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
writeSettingsin classTileEntityConfigurationPacket<SmartTileEntity>
-
readSettings
protected void readSettings(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
readSettingsin classTileEntityConfigurationPacket<SmartTileEntity>
-
applySettings
- Specified by:
applySettingsin classTileEntityConfigurationPacket<SmartTileEntity>
-